home: vim: add 'nvim-cmp'

This commit is contained in:
Bruno BELANYI 2022-03-04 16:54:40 +01:00
parent d006ba4611
commit 02225dcb93

View file

@ -70,6 +70,12 @@ in
nvim-treesitter-textobjects # More textobjects
plenary-nvim # 'null-ls' dependency
# Completion
nvim-cmp # Completion engine
cmp-buffer # Words from open buffers
cmp-path # Path name suggestions
cmp-nvim-lua # NeoVim lua API
# UX improvements
gitsigns-nvim # Fast git UI integration
which-key-nvim # Show available mappings