home: vim: add 'nvim-cmp'
This commit is contained in:
parent
3df2ad0f1f
commit
25967e21f1
|
@ -70,6 +70,12 @@ in
|
||||||
nvim-treesitter-textobjects # More textobjects
|
nvim-treesitter-textobjects # More textobjects
|
||||||
plenary-nvim # 'null-ls' dependency
|
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
|
# UX improvements
|
||||||
gitsigns-nvim # Fast git UI integration
|
gitsigns-nvim # Fast git UI integration
|
||||||
which-key-nvim # Show available mappings
|
which-key-nvim # Show available mappings
|
||||||
|
|
Loading…
Reference in a new issue