| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: luals warnings | Justin M. Keyes | 2025-11-14 | 1 | -0/+1 |
| | | |||||
| * | chore: add type annotation for configs | Igor | 2025-08-18 | 1 | -0/+1 |
| | | |||||
| * | refactor(glint): use `cmd(…, config)` #3960 | Justin M. Keyes | 2025-07-18 | 1 | -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 #3912 | Julian Visser | 2025-06-17 | 1 | -15/+16 |
| | | |||||
| * | feat(glint): add vim.lsp.config support #3911 | Julian Visser | 2025-06-17 | 1 | -0/+63 |
