feat(plugins): Add actions-preview-nvim for LSP fixes

This commit is contained in:
Jiří Štefka 2024-09-23 03:38:02 +02:00
parent e3fd51d189
commit 1ac92922ee
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
3 changed files with 4 additions and 28 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
actions-preview-nvim # LSP code actions | https://github.com/aznhe21/actions-preview.nvim
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/