feat: add go lsp and formatting

This commit is contained in:
hakase
2024-09-08 20:45:18 -05:00
parent 44a0ad24f1
commit 5e73c24fdd
3 changed files with 26 additions and 6 deletions
+7 -6
View File
@@ -24,14 +24,11 @@ return {
"html-lsp",
"css-lsp",
"prettier",
"basedpyright",
"mypy",
"black",
"ruff-lsp",
"basedpyright", "mypy", "black", "ruff-lsp",
"typescript-language-server",
"clangd",
"goimports", "gofumpt", "gomodifytags", "impl", "delve",
},
automatic_installation = true,
},
},
@@ -45,7 +42,11 @@ return {
"html",
"css",
"python",
"typescript"
"typescript",
"go",
"gomod",
"gowork",
"gosum",
},
},
},