From 252a9e78184140ca21712de5ad061a085df28b78 Mon Sep 17 00:00:00 2001 From: Blaine <44733840+Lepidopteran@users.noreply.github.com> Date: Thu, 6 Feb 2025 01:16:54 -0500 Subject: [PATCH] docs: fix typo in README.md (#1187) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b6b02..440386c 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ ``` ## Blink.cmp users For blink cmp users (nvim-cmp alternative) view below instruction for configuration -This is achieved but emulating nvim-cmp using blink.compat +This is achieved by emulating nvim-cmp using blink.compat
Lua