summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStephanie Gredell <s.raide@gmail.com>2026-02-26 23:37:40 -0800
committerStephanie Gredell <s.raide@gmail.com>2026-02-27 00:07:49 -0800
commit89ada34a011bf8ed5cc5e192bedfb9c5b2dfa868 (patch)
treefee9132d26aca86c277cf42ce4c5347f858b3afc /README.md
parent34a81b09656d2daa87f1d689550742928a4eb709 (diff)
downloada4-89ada34a011bf8ed5cc5e192bedfb9c5b2dfa868.tar.xz
a4-89ada34a011bf8ed5cc5e192bedfb9c5b2dfa868.zip
support native completions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 98181c5..026aeb9 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,8 @@ through `search` and `work`
-- exclude = { ".env", ".env.*", "node_modules", ".git", ... },
},
- --- What autocomplete you use.
- source = "cmp" | "blink",
+ --- What autocomplete engine to use. Defaults to native (built-in) if not specified.
+ source = "native", -- "native" (default), "cmp", or "blink"
},
--- WARNING: if you change cwd then this is likely broken
@@ -421,7 +421,7 @@ When prompting, you can reference rules and files to add context to your request
- `#` references rules — type `#` in the prompt to autocomplete rule files from your configured rule directories
- `@` references files — type `@` to fuzzy-search project files
-Referenced content is automatically resolved and injected into the AI context. Requires cmp (`source = "cmp"` in your completion config).
+Referenced content is automatically resolved and injected into the AI context. Native completions work by default. For nvim-cmp or blink.cmp, set `source = "cmp"` or `source = "blink"`.
## Providers
99 supports multiple AI CLI backends. Set `provider` in your setup to switch. If you don't set `model`, the provider's default is used.