feat: add vale-ls
This commit is contained in:
parent
2a801cfd4e
commit
f5c2ac81c7
2 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
nixd # nix language server
|
nixd # nix language server
|
||||||
tinymist # Typst
|
tinymist # Typst
|
||||||
marksman # markdown
|
marksman # markdown
|
||||||
|
vale-ls # prose
|
||||||
|
|
||||||
# formatters
|
# formatters
|
||||||
nixfmt-rfc-style # recommended nix formatter
|
nixfmt-rfc-style # recommended nix formatter
|
||||||
|
|
|
@ -69,6 +69,9 @@ M.setup = function()
|
||||||
lspconfig.clangd.setup({})
|
lspconfig.clangd.setup({})
|
||||||
lspconfig.mesonlsp.setup({})
|
lspconfig.mesonlsp.setup({})
|
||||||
lspconfig.nushell.setup({})
|
lspconfig.nushell.setup({})
|
||||||
|
lspconfig.vale_ls.setup({
|
||||||
|
filetypes = { "markdown", "text", "tex", "rst", "typst" },
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in a new issue