We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336b388 commit 787c8c9Copy full SHA for 787c8c9
lsp/vale_ls.lua
@@ -7,6 +7,6 @@
7
---@type vim.lsp.Config
8
return {
9
cmd = { 'vale-ls' },
10
- filetypes = { 'markdown', 'text', 'tex', 'rst' },
+ filetypes = { 'asciidoc', 'markdown', 'text', 'tex', 'rst' },
11
root_markers = { '.vale.ini' },
12
}
0 commit comments