plugins/nvim-cmp: add alwaysComplete option

Disabling this option makes the completion window not popup by default,
requiring manual activation.
This commit is contained in:
jacekpoz 2024-04-14 22:10:41 +02:00
commit b93ce3ced8
No known key found for this signature in database
3 changed files with 13 additions and 2 deletions

View file

@ -88,3 +88,7 @@ Release notes for release 0.6
- Added plugin auto-discovery from plugin inputs. This is mostly from
[JordanIsaac's neovim-flake](https://github.com/jordanisaacs/neovim-flake)
[jacekpoz](https://github.com/jacekpoz):
- Added `vim.autocomplete.alwaysComplete`. Allows users to have the autocomplete window popup only when manually activated.