changes
This commit is contained in:
parent
1b6c7bdf45
commit
044ebe7bff
13
init.lua
13
init.lua
|
|
@ -764,8 +764,8 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'franchioping/cmp_luasnip',
|
'saadparwaiz1/cmp_luasnip',
|
||||||
dev = true,
|
-- dev = true,
|
||||||
},
|
},
|
||||||
-- Adds other completion capabilities.
|
-- Adds other completion capabilities.
|
||||||
-- nvim-cmp does not ship with all sources by default. They are split
|
-- nvim-cmp does not ship with all sources by default. They are split
|
||||||
|
|
@ -849,10 +849,11 @@ require('lazy').setup({
|
||||||
{
|
{
|
||||||
name = 'luasnip',
|
name = 'luasnip',
|
||||||
option = {
|
option = {
|
||||||
label_aliases = {
|
show_autosnippets = true,
|
||||||
['(?<!\\\\)(sec)'] = 'sec',
|
-- label_aliases = {
|
||||||
['(?<!\\\\)(sec*)'] = 'sec*',
|
-- ['(?<!\\\\)(sec)'] = 'sec',
|
||||||
},
|
-- ['(?<!\\\\)(sec*)'] = 'sec*',
|
||||||
|
-- },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue