aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/ltex.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-43/+0
|
* fix(ltexls): correctly return filetype as languageid (#1365)Michael Lingelbach2021-11-021-0/+2
|
* feat(ltexls): simplify configuration (#1364)Michael Lingelbach2021-11-021-19/+23
| | | | * remove default settings * update filetype detection rules to appropriately map vim filetypes to language ids expected by ltex-ls
* feat: add support for ltex-ls (#863)Lucas Biaggi2021-10-311-0/+37
Co-authored-by: William Boman <william@redwill.se>