less bright gutter for git untracked
This commit is contained in:
parent
7ebddfff3e
commit
464f40024b
2 changed files with 8 additions and 2 deletions
|
@ -217,7 +217,8 @@ return {
|
|||
["<Tab>"] = cmp.mapping(function(fallback)
|
||||
if cmp.visible() then
|
||||
cmp.select_next_item()
|
||||
elseif luasnip.expand_or_jumpable() then
|
||||
-- elseif luasnip.expand_or_jumpable() then
|
||||
elseif luasnip.expand_or_locally_jumpable() then
|
||||
luasnip.expand_or_jump()
|
||||
else
|
||||
fallback()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue