aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/ltex_plus.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-151-0/+7
|
* fix(ltex_plus): add latex to `enabled` settings (#3654)David Sanchez2025-03-211-0/+1
| | | | | | | | | Problem: LSP not working with latex files. Spell checking skipped in latex files Solution: Add latex to the enabled section because even though 'tex' is the filetype the language ID is 'latex'
* refactor: deprecate util.find_git_ancestordundargoc2024-12-141-3/+3
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* feat: ltex-ls-plus #3442Stefano Volpe2024-12-071-0/+93