feat(cmp)!: moved nvim-cmp to extras and prefer blink.cmp on Neovim >= 0.10 as default completion engine

This commit is contained in:
Folke Lemaitre 2024-12-12 07:22:24 +01:00
parent c4de0c1d34
commit b2a18f8e0e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 147 additions and 113 deletions

View file

@ -11,6 +11,12 @@ vim.g.autoformat = true
-- enabled with `:LazyExtras`
vim.g.lazyvim_picker = "auto"
-- LazyVim completion engine to use.
-- Can be one of: nvim-cmp, blink.cmp
-- Leave it to "auto" to automatically use the completion engine
-- enabled with `:LazyExtras`
vim.g.lazyvim_cmp = "auto"
-- if the completion engine supports the AI source,
-- use that instead of inline suggestions
vim.g.ai_cmp = true