aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/gitlab_duo.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(gitlab_duo): token update on init #4226Aboobacker MK2025-12-041-1/+11
| | | | | | | | Problem: LSP was not getting updated LSP on initialization when the token is fetched from persistent storage Solution: Added `workspace/didChangeConfiguration` after token validation
* fix(Gitlab Duo): lint #4187Justin M. Keyes2025-11-151-11/+9
|
* feat(Gitlab Duo): login + inline_completion #4157Aboobacker MK2025-11-141-0/+440
Prerequisites: - Node.js and npm installed - GitLab account with Duo Pro license - Neovim 0.12+ (for inline completion support) Limitations: This initial implementation only supports GitLab.com. Support for self-managed GitLab instances may be added in a future iteration.