fix: neotree

This commit is contained in:
Brian Pooe 2023-12-17 14:59:06 +02:00
parent d63aa03860
commit e53bb10b9e

View file

@ -213,6 +213,8 @@ return lush(function(injected_functions)
Error({ fg = red }), -- any erroneous construct
Todo({ gui = bf }), -- anything that needs extra attention
NeoTreeGitUntracked({ fg = white }),
---- TREESITTER ----------------------------------------------------------------
sym("@constant")({ Constant }),
@ -302,6 +304,7 @@ return lush(function(injected_functions)
sym("@label.json")({ fg = purple }),
sym("@label.jsonc")({ fg = purple }),
sym("@boolean.jsonc")({ fg = orange }),
-- Other stuff
HelpHyperTextJump({ fg = yellow }),
markdownLinkText({ fg = fg }),