plugins: improve LuaSnip configuration
Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
e4b1d5b473
commit
2959893e49
8
init.lua
8
init.lua
|
@ -62,7 +62,13 @@ require('lazy').setup({
|
|||
'hrsh7th/nvim-cmp',
|
||||
dependencies = {
|
||||
-- Snippet Engine & its associated nvim-cmp source
|
||||
'L3MON4D3/LuaSnip',
|
||||
{
|
||||
'L3MON4D3/LuaSnip',
|
||||
-- follow latest release
|
||||
version = "v2.*",
|
||||
-- install jsregexp (optional)
|
||||
build = "make install_jsregexp"
|
||||
},
|
||||
'saadparwaiz1/cmp_luasnip',
|
||||
|
||||
-- Adds LSP completion capabilities
|
||||
|
|
Loading…
Reference in New Issue