summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThePrimeagen <the.primeagen@gmail.com>2026-02-21 13:26:33 -0700
committerGitHub <noreply@github.com>2026-02-21 13:26:33 -0700
commitd97ef48f244d68e1a5060f1bbd6dee706f23ba55 (patch)
treeb6fa6758a94dbfc8f8e36ca1621416a7a64d401c
parent904821e6060fd9339bbc577b26dbc76386c78bba (diff)
parentcfd930e3c7fd1572b16d6a3898b52af730920087 (diff)
downloada4-d97ef48f244d68e1a5060f1bbd6dee706f23ba55.tar.xz
a4-d97ef48f244d68e1a5060f1bbd6dee706f23ba55.zip
Merge pull request #127 from New9c/docs-autocomplete
docs: remove comment as blink is supported
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d255c71..d875386 100644
--- a/README.md
+++ b/README.md
@@ -93,8 +93,7 @@ I make the assumption you are using Lazy
-- exclude = { ".env", ".env.*", "node_modules", ".git", ... },
},
- --- What autocomplete do you use. We currently only
- --- support cmp right now
+ --- What autocomplete you use.
source = "cmp" | "blink",
},