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
+1
View File
@@ -4,6 +4,7 @@ local options = {
python = { "black" },
css = { "prettier" },
html = { "prettier" },
go = { "goimports", "gofmt" },
},
-- format_on_save = {