mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 02:14:37 +02:00
feat(cmp)!: moved nvim-cmp
to extras and prefer blink.cmp
on Neovim >= 0.10
as default completion engine
This commit is contained in:
parent
c4de0c1d34
commit
b2a18f8e0e
6 changed files with 147 additions and 113 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue