From 5a503c556adf0bcc0d2b40d84cf5a84f9b378f65 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 13 Dec 2024 16:57:47 +0100 Subject: [PATCH] docs: fix NEWS link to blink.cmp --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 300b48b9..34241e69 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ With these changes, default **LazyVim** is now just `34` plugins. - [fzf-lua](https://github.com/ibhagwan/fzf-lua) as a replacement for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - to use **telescope.nvim** instead, enable the `ui.telescope` extra -- [blink.cmp](https://github.com/saghm/blink.cmp) as a replacement for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) +- [blink.cmp](https://github.com/saghen/blink.cmp) as a replacement for [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - to use **nvim-cmp** instead, enable the `nvim-cmp` extra ### Removed Plugins