feat(plugin): Add nvim-aputopairs, use symbols in cmp
This commit is contained in:
parent
e6c9d72c3f
commit
3777f30d68
3 changed files with 10 additions and 1 deletions
|
@ -35,6 +35,7 @@ with final.pkgs.lib; let
|
|||
|
||||
# nvim-cmp (autocompletion) and extensions
|
||||
nvim-cmp # https://github.com/hrsh7th/nvim-cmp
|
||||
nvim-autopairs # Automatically create closing brackets | https://github.com/windwp/nvim-autopairs
|
||||
cmp_luasnip # snippets autocompletion extension for nvim-cmp | https://github.com/saadparwaiz1/cmp_luasnip/
|
||||
lspkind-nvim # vscode-like LSP pictograms | https://github.com/onsails/lspkind.nvim/
|
||||
cmp-nvim-lsp # LSP as completion source | https://github.com/hrsh7th/cmp-nvim-lsp/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue