aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/termux_language_server.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(termux_language_server): do not call `on_dir()` unconditionally #4168TomIO2025-10-291-1/+3
| | | | | | | | | Problem: The `root_dir()` function for `termux_language_server` introduced in #4161 calls `on_dir()` unconditionally. Leading to `termux_language_server` attaching to all buffers. Solution: Make the call conditional.
* fix(termux_language_server): broken `filetypes` field #4161TomIO2025-10-281-2/+21
| | | | | | | | | | | | Problem: `termux_language_server`'s `filetypes` field is set to the non-existent `PKGBUILD` filetype, thus the LSP never attaches to a target buffer. Solution: Replace the `filetypes` field with a `root_dir` function matching the filename pattern suggested by upstream. https://termux-language-server.readthedocs.io/en/latest/resources/configure.html#neovim
* fix: separate type annotation from `@brief` docstring #4017Igor Lacerda2025-08-191-0/+1
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* feat: drop pkgbuild_language_server, add termux_language_server #3947an0nfunc2025-07-131-0/+10