dotfiles/nvim/custom/plugins/init.lua

12 lines
218 B
Lua
Raw Normal View History

2022-07-01 11:32:35 +02:00
return {
['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-28 14:35:01 +02:00
['ray-x/go.nvim'] = {},
['ray-x/guihua.lua'] = {},
2022-07-01 11:32:35 +02:00
}