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
|
||||
tinymist # Typst
|
||||
marksman # markdown
|
||||
vale-ls # prose
|
||||
|
||||
# formatters
|
||||
nixfmt-rfc-style # recommended nix formatter
|
||||
|
|
|
@ -69,6 +69,9 @@ M.setup = function()
|
|||
lspconfig.clangd.setup({})
|
||||
lspconfig.mesonlsp.setup({})
|
||||
lspconfig.nushell.setup({})
|
||||
lspconfig.vale_ls.setup({
|
||||
filetypes = { "markdown", "text", "tex", "rst", "typst" },
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Reference in a new issue