From 6f795b8caba274dac28abf9fcdb497def2bd8717 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 25 Nov 2025 00:05:02 -0500 Subject: [PATCH] feat(doc): update readme to show completion support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244d816..fc58fc1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ Install with any package manager of your choice. For example, with - [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - [fzf-lua](https://github.com/ibhagwan/fzf-lua) -- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) +- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp), + [blink.cmp](https://github.com/saghen/blink.cmp) - [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) -- [blink.cmp](https://github.com/saghen/blink.cmp)