home: vim: completion: use 'vim.snippet'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

I don't use any of the advanced features from `LuaSnip` anyway, might as
well rely on the built-in one instead and shave some dependencies.
This commit is contained in:
Bruno BELANYI 2025-04-04 15:25:29 +00:00
parent d48d5c45e0
commit f7dd3bbd04
2 changed files with 5 additions and 9 deletions

View file

@ -65,14 +65,12 @@ in
plenary-nvim # 'null-ls', 'telescope' dependency
# Completion
luasnip # Snippet manager compatible with LSP
nvim-cmp # Completion engine
cmp-async-path # More responsive path completion
cmp-buffer # Words from open buffers
cmp-nvim-lsp # LSP suggestions
cmp-nvim-lua # NeoVim lua API
cmp-under-comparator # Sort items that start with '_' lower
cmp_luasnip # Snippet suggestions from LuaSnip
# UX improvements
dressing-nvim # Integrate native UI hooks with Telescope etc...