Added quite a few additional configs
This commit is contained in:
parent
a4b3cfb24c
commit
13f1959014
12 changed files with 204 additions and 123 deletions
10
lua/rakshit/plugins/gopher.lua
Normal file
10
lua/rakshit/plugins/gopher.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue