fix: neotree
This commit is contained in:
parent
d63aa03860
commit
e53bb10b9e
1 changed files with 3 additions and 0 deletions
|
|
@ -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 }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue