feat: add go lsp and formatting
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user