home: vim: add 'nvim-cmp'

This commit is contained in:
Bruno BELANYI 2022-03-04 16:54:40 +01:00
parent 3df2ad0f1f
commit 25967e21f1

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