summaryrefslogtreecommitdiff
path: root/lua/99/extensions/init.lua
AgeCommit message (Collapse)AuthorFilesLines
2026-02-27support native completionsStephanie Gredell1-4/+11
2026-02-11Merge branch 'master' into feature/blink-cmpDung Duc Huynh (Kaka)1-0/+8
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-0/+8
- type @ in the prompt to fuzzy-search and reference project files, content gets resolved and injected into LLMcontext - moved completion provider logic out of cmp.lua into agents and files domain modules - added completions registry to support multiple trigger characters (# rules, @ files) - added tests for file discovery, fuzzy matching, and the completions registry
2026-02-04feat: add blink.cmp as completion source optionHuynh Duc Dung1-1/+27
- Add "blink" to completion source type - Wrap cmp require with pcall for graceful fallback - Show helpful error if blink.compat is missing - Update README with blink.cmp documentation
2026-02-04prevent cmp from being requiredtheprimeagain1-2/+1
2026-01-15working through fill in function with prompt and additional rulesThePrimeAgain1-0/+10
2026-01-15autocomplete appearing to workThePrimeAgain1-3/+35
2026-01-15cmp: working through creating a cmp sourceThePrimeAgain1-0/+5