Files
dotfiles/.config/nvim/lua/custom/plugins/gopher.lua
2024-10-04 13:52:47 +03:00

10 lines
160 B
Lua

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