blob: 107829749b9acab0d2bd1c8c2e1e187779ca7f0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
return {
"ray-x/go.nvim",
dependencies = {
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = true,
event = { "CmdlineEnter" },
ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()',
}
|