diff options
| author | Ben O'Mahony <ben@jobsasi.com> | 2025-10-28 14:52:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 07:52:55 -0700 |
| commit | 2ce859d765d17f30a650b99401949e75f9b9fe5b (patch) | |
| tree | 3e8e07a5ad972c896a8fb0e877e80a465c6c8a42 /lsp | |
| parent | fix: LspRestart/LspStop with arguments #4159 (diff) | |
| download | nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar.gz nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar.bz2 nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar.lz nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar.xz nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.tar.zst nvim-lspconfig-2ce859d765d17f30a650b99401949e75f9b9fe5b.zip | |
feat(lsp/vale-ls): more filetypes #4100
Diffstat (limited to 'lsp')
| -rw-r--r-- | lsp/vale_ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/vale_ls.lua b/lsp/vale_ls.lua index 2021efae..53444404 100644 --- a/lsp/vale_ls.lua +++ b/lsp/vale_ls.lua @@ -7,6 +7,6 @@ ---@type vim.lsp.Config return { cmd = { 'vale-ls' }, - filetypes = { 'markdown', 'text', 'tex', 'rst' }, + filetypes = { 'asciidoc', 'markdown', 'text', 'tex', 'rst', 'html', 'xml' }, root_markers = { '.vale.ini' }, } |
