diff options
Diffstat (limited to 'lsp/vale_ls.lua')
| -rw-r--r-- | lsp/vale_ls.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/vale_ls.lua b/lsp/vale_ls.lua index f447d02d..336c1a4e 100644 --- a/lsp/vale_ls.lua +++ b/lsp/vale_ls.lua @@ -1,8 +1,8 @@ ---@brief --- --- https://github.com/errata-ai/vale-ls --- --- An implementation of the Language Server Protocol (LSP) for the Vale command-line tool. +--- https://github.com/errata-ai/vale-ls +--- +--- An implementation of the Language Server Protocol (LSP) for the Vale command-line tool. return { cmd = { 'vale-ls' }, filetypes = { 'markdown', 'text', 'tex', 'rst' }, |
