| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(termux_language_server): do not call `on_dir()` unconditionally #4168 | TomIO | 2025-10-29 | 1 | -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 #4161 | TomIO | 2025-10-28 | 1 | -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 #4017 | Igor Lacerda | 2025-08-19 | 1 | -0/+1 |
| | | |||||
| * | chore: add type annotation for configs | Igor | 2025-08-18 | 1 | -0/+1 |
| | | |||||
| * | feat: drop pkgbuild_language_server, add termux_language_server #3947 | an0nfunc | 2025-07-13 | 1 | -0/+10 |
