aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/glint.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: luals warningsJustin M. Keyes2025-11-141-0/+1
|
* chore: add type annotation for configsIgor2025-08-181-0/+1
|
* refactor(glint): use `cmd(…, config)` #3960Justin M. Keyes2025-07-181-14/+3
| | | | | | | | | | Problem: The glint config `cmd()` gets its config from the currently resolved global config, which may be different than the one for the current client. Solution: Since Nvim 0.11.3 https://github.com/neovim/neovim/issues/34547 `cmd()` receives a `config` arg, so use that instead.
* fix(glint): dynamic cmd #3912Julian Visser2025-06-171-15/+16
|
* feat(glint): add vim.lsp.config support #3911Julian Visser2025-06-171-0/+63