added nvim-cmp plugin

This commit is contained in:
2025-10-10 14:32:43 +02:00
parent 8037b20d9c
commit 7895864004
3 changed files with 98 additions and 0 deletions

View File

@@ -85,6 +85,16 @@ return {
-- Decrement incremental selection (visual)
decrement_selection = "<BS>"
}
},
nvim_cmp = {
-- Enable nvim-cmp
enabled = true
},
luasnip = {
-- Enable luasnip
enabled = true
}
}
}