home: vim: reorder snippet plugins

This commit is contained in:
Bruno BELANYI 2023-01-20 19:15:31 +00:00
parent 5f3299e383
commit 19e42cdc26

View file

@ -70,14 +70,14 @@ in
plenary-nvim # 'null-ls', 'telescope' dependency plenary-nvim # 'null-ls', 'telescope' dependency
# Completion # Completion
luasnip # Snippet manager compatible with LSP
friendly-snippets # LSP snippets collection
nvim-cmp # Completion engine nvim-cmp # Completion engine
cmp-buffer # Words from open buffers cmp-buffer # Words from open buffers
cmp-nvim-lsp # LSP suggestions cmp-nvim-lsp # LSP suggestions
cmp-nvim-lua # NeoVim lua API cmp-nvim-lua # NeoVim lua API
cmp-path # Path name suggestions cmp-path # Path name suggestions
cmp-under-comparator # Sort items that start with '_' lower cmp-under-comparator # Sort items that start with '_' lower
friendly-snippets # LSP snippets collection
luasnip # Snippet manager compatible with LSP
# UX improvements # UX improvements
dressing-nvim # Integrate native UI hooks with Telescope etc... dressing-nvim # Integrate native UI hooks with Telescope etc...