Added quite a few additional configs

This commit is contained in:
Rakshit Sinha 2024-11-22 20:20:06 -08:00
parent a4b3cfb24c
commit 13f1959014
12 changed files with 204 additions and 123 deletions

View file

@ -0,0 +1,10 @@
return {
'olexsmir/gopher.nvim',
ft = 'go',
config = function(_, opts)
require('gopher').setup(opts)
end,
build = function()
vim.cmd([[silent! GoInstallDeps]])
end,
}