feat: add go lsp and formatting
This commit is contained in:
@@ -4,6 +4,7 @@ local options = {
|
||||
python = { "black" },
|
||||
css = { "prettier" },
|
||||
html = { "prettier" },
|
||||
go = { "goimports", "gofmt" },
|
||||
},
|
||||
|
||||
-- format_on_save = {
|
||||
|
||||
Reference in New Issue
Block a user