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

@ -4,6 +4,9 @@ return {
{ "garymjr/nvim-snippets", enabled = false },
{ import = "lazyvim.plugins.extras.coding.luasnip" },
-- Use nvim-cmp instead of blink.cmp
{ import = "lazyvim.plugins.extras.coding.nvim-cmp" },
-- Use mini.comment instead of ts-comments
{ "folke/ts-comments.nvim", enabled = false },
{ import = "lazyvim.plugins.extras.coding.mini-comment" },