less bright gutter for git untracked

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-09-29 11:44:51 -05:00
parent 7ebddfff3e
commit 464f40024b
2 changed files with 8 additions and 2 deletions

View file

@ -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()