go lsp
This commit is contained in:
parent
f13a70f1fc
commit
757f612ce2
@ -1,7 +1,8 @@
|
||||
-- http://www.lazyvim.org/extras/lang/vue
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "vue", "css" } },
|
||||
opts = { ensure_installed = { "vue", "css", "go", "gomod", "gowork", "gosum" } },
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
@ -17,6 +18,7 @@ return {
|
||||
"helm-ls",
|
||||
"json-lsp",
|
||||
"marksman",
|
||||
"goimports", "gofumpt", "gomodifytags", "impl", "delve"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user