removed: unused plugins
This commit is contained in:
9
.config/nvim/lua/custom/plugins/gopher.lua
Normal file
9
.config/nvim/lua/custom/plugins/gopher.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'olexsmir/gopher.nvim',
|
||||
ft = 'go',
|
||||
build = function()
|
||||
vim.cmd.GoInstallDeps()
|
||||
end,
|
||||
---@type gopher.Config
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user