feat(plugin): Add nvim-aputopairs, use symbols in cmp

This commit is contained in:
Jiří Štefka 2024-09-20 15:46:27 +02:00
parent e6c9d72c3f
commit 3777f30d68
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
3 changed files with 10 additions and 1 deletions

View file

@ -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/