summaryrefslogtreecommitdiff
path: root/syntax/99prompt.vim
AgeCommit message (Collapse)AuthorFilesLines
2026-02-08Add ability to reference files in prompt bufferStephanie Gredell1-0/+14
- 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