mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
docs(NEWS): fix instruction to stay on nvim-cmp
Enabling the nvim-cmp extra does not disable the blink extra. Since these two extras disable each other, users are actually left with no completion engine.
This commit is contained in:
parent
5de15329fb
commit
575bf7ba59
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
NEWS.md
|
|
@ -11,7 +11,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 `editor.telescope` extra
|
||||
- [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 `coding.nvim-cmp` extra
|
||||
- to use **nvim-cmp** instead, set `vim.g.lazyvim_cmp = "nvim-cmp"`
|
||||
|
||||
### Removed Plugins
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue