nvim: add luasnip

This commit is contained in:
PowerUser64 2022-04-25 14:00:19 -07:00
parent 2f433d32f2
commit 2578a84f54
3 changed files with 29 additions and 15 deletions

View file

@ -111,6 +111,7 @@ return require('packer').startup({function()
'hrsh7th/cmp-path',
'hrsh7th/cmp-nvim-lua',
'hrsh7th/cmp-nvim-lsp',
'saadparwaiz1/cmp_luasnip',
'ray-x/cmp-treesitter',
'hrsh7th/cmp-calc',
'f3fora/cmp-spell',
@ -119,6 +120,9 @@ return require('packer').startup({function()
'hrsh7th/cmp-emoji',
},
}
use { -- luasnip (snippits)
'L3MON4D3/LuaSnip',
}
use { -- function parameter previews
'ray-x/lsp_signature.nvim',
after = 'nvim-lspconfig',