1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +00:00

[neovim] Update go plugin lazy loading

This commit is contained in:
2023-04-29 17:09:28 +02:00
parent 36a6e89f25
commit 7f1282053c
2 changed files with 11 additions and 8 deletions

View File

@ -139,15 +139,14 @@ require("lazy").setup({
{ "theHamsta/nvim-dap-virtual-text", event = "VeryLazy" },
-- Go
{ "ray-x/go.nvim" },
{
"ray-x/guihua.lua",
build = "cd lua/fzy && make",
config = function()
require("guihua.maps").setup({
maps = { close_view = "<C-x>" },
})
end,
"ray-x/go.nvim",
dependencies = {
"ray-x/guihua.lua",
build = "cd lua/fzy && make",
},
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
},
-- Markdown