support nvim-tree

This commit is contained in:
Michael Chris Lopez
2021-09-25 17:45:16 +08:00
parent 2ced0beb2d
commit 001f8d7f47
2 changed files with 12 additions and 0 deletions

View File

@@ -352,6 +352,17 @@ local theme = lush(function()
TroubleNormal { Function },
TroubleText { Function },
TroubleSource { Constant },
NvimTreeNormal { NormalFloat },
NvimTreeVertSplit { fg = "bg" },
NvimTreeCursorLine { bg = StatusLineNC.bg },
NvimTreeCursorColumn { NvimTreeCursorLine },
NvimTreeRootFolder { fg = p.water, gui = "bold" },
NvimTreeSymlink { fg = p.water },
NvimTreeGitDirty { diffChanged },
NvimTreeGitNew { diffAdded },
NvimTreeGitDeleted { diffRemoved },
NvimTreeSpecialFile { fg = p.blossom, gui = "underline" },
}
end)
-- stylua: ignore end