aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vale_ls.lua
blob: f447d02d90cbc5acc07b7dd4ef01ac679d169cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
-- 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' },
  root_markers = { '.vale.ini' },
}