dotfiles/nvim/custom/plugins/init.lua

12 lines
225 B
Lua
Raw Normal View History

2022-07-01 11:32:35 +02:00
return {
-- ['nvim-lua/plenary.nvim'] = {},
['ThePrimeagen/harpoon'] = {
2022-07-04 11:17:04 +02:00
module = "harpoon",
2022-07-01 11:32:35 +02:00
ft = "harpoon",
config = function()
require "custom.plugins.harpoon"
end,
},
2022-07-27 12:50:01 +02:00
['fatih/vim-go'] = {},
2022-07-01 11:32:35 +02:00
}