Add go support in nvim

This commit is contained in:
Alexander Navarro 2024-05-29 19:47:03 -04:00
parent c943f2ef4b
commit ec12c7fe1c
5 changed files with 27 additions and 6 deletions

View file

@ -84,4 +84,12 @@ return {
},
},
},
{
"olexsmir/gopher.nvim",
ft = "go",
build = function()
vim.cmd([[silent! GoInstallDeps]])
end,
},
}