/
bluesboy
/
dotfiles
Обзор
Документация
Войти
/
bluesboy
/
dotfiles
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
config/nvim/lua/plugins/lsp/go.lua
20 строк
438 B
Bluesboy
Refactor plugins with Lazy.nvim hacks
09 мар 2026, 07:01
09 мар 2026, 07:01
95396ab
Код
Авторство
О чём код?
return { { "ray-x/go.nvim", dependencies = { -- optional packages "ray-x/guihua.lua", "neovim/nvim-lspconfig", "nvim-treesitter/nvim-treesitter", }, opts = { run_in_floaterm = true, floaterm = { position = "bottom", height = 0.25, }, }, event = { "CmdlineEnter" }, ft = { "go", "gomod" }, build = ':lua require("go.install").update_all_sync()', }, }