support nvim-tree
This commit is contained in:
@@ -91,6 +91,7 @@ currently supported.
|
||||
- [Neogit](https://github.com/TimUntersberger/neogit)
|
||||
- [WhichKey](https://github.com/folke/which-key.nvim)
|
||||
- [Trouble](https://github.com/folke/trouble.nvim)
|
||||
- [NvimTree](https://github.com/kyazdani42/nvim-tree.lua)
|
||||
|
||||
## Other implementations
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user