This commit is contained in:
veypi 2024-10-15 19:09:15 +08:00
parent f13a70f1fc
commit 757f612ce2

View File

@ -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"
},
},
},