2022-07-01 11:32:35 +02:00
|
|
|
return {
|
2022-08-02 18:03:24 +02:00
|
|
|
["neovim/nvim-lspconfig"] = {
|
|
|
|
config = function()
|
|
|
|
require "plugins.configs.lspconfig"
|
|
|
|
require "custom.plugins.lspconfig"
|
|
|
|
end,
|
|
|
|
},
|
|
|
|
['ThePrimeagen/harpoon'] = {
|
|
|
|
module = "harpoon",
|
|
|
|
ft = "harpoon",
|
|
|
|
config = function()
|
|
|
|
require "custom.plugins.harpoon"
|
|
|
|
end,
|
|
|
|
},
|
|
|
|
['ray-x/go.nvim'] = {},
|
|
|
|
['ray-x/guihua.lua'] = {},
|
2022-07-01 11:32:35 +02:00
|
|
|
}
|