aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/vale_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-17/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* feat(vale-ls): add LaTeX file type for vale-ls (#3136)Gustavo Joaquin2024-05-051-1/+1
| | | | feat: add LaTeX file type for vale-ls
* feat: enable single file mode for vale_ls (#2978)alex-tdrn2024-01-201-0/+1
| | | | as of vale 3.0.0, vale can be used with a system default `.vale.ini`, which means vale_ls can also be used in single file mode
* feat: add vale-ls (#2653)Asad Saeeduddin2023-06-061-0/+16