nvim: Add golang and typst LSP and formatters

This commit is contained in:
Marty Oehme 2024-09-15 22:08:23 +02:00
parent 0d41481763
commit 44c3361c10
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ local formatters = {
bash = { "shfmt" },
bib = { "bibtex-tidy" },
css = { "prettier", "rustywind" },
go = { "gofumpt" },
graphql = { "prettier" },
html = { "prettier", "rustywind" },
javascript = { "prettier" },

View file

@ -3,6 +3,7 @@ local linters = {
bash = { "shellcheck" },
javascript = { "eslint_d" },
javascriptreact = { "eslint_d" },
go = { "revive" },
markdown = { "markdownlint" },
quarto = { "markdownlint" },
sh = { "shellcheck" },

View file

@ -34,6 +34,7 @@ local servers = {
serve_d = {},
taplo = {},
texlab = {},
tinymist = {},
tsserver = {},
yamlls = {},
}