removed: unused plugins

This commit is contained in:
Kyren223
2024-10-04 13:52:47 +03:00
parent 8242380158
commit 41c8b538f4
6 changed files with 0 additions and 120 deletions

View File

@@ -0,0 +1,9 @@
return {
'olexsmir/gopher.nvim',
ft = 'go',
build = function()
vim.cmd.GoInstallDeps()
end,
---@type gopher.Config
opts = {},
}