- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 633
Closed
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
Metadata
Metadata
Assignees
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
Activity
kyazdani42 commentedon Mar 18, 2022
would be feasible yes. But the renderer is a bit messy so adding features to it is not a good idea, but if you still wish to implement this, go for it :)
cainnz commentedon Jul 13, 2022
hi, is it possible to change the colors of folders? is yes, which lines should I be looking at? thanks a lot for this awesome plugin
kyazdani42 commentedon Jul 14, 2022
hi @cainnz wdym by changing the colors of folders ? Do you mean changing it related to this feature request ?
cainnz commentedon Jul 16, 2022
Hi, yes, but I read in a Reddit post that the folder colors are defined by the theme that is being use. I use alacrity terminal.
alex-courtis commentedon Jul 17, 2022
Please link your sources. We cannot confirm or deny or provide useful feeedback on vague hearsay.
Not sure what you mean by "theme", however the nvim-tree colours are defined by its highlight groups. See
:help nvim-tree-highlight
.NvimTreeFolderName
controls folder colours.There is currently no group for files marked for cut/copy like
NvimTreeCut
. That is what this feature is requesting.feat(#1079): add highlight NvimTreeCopiedText and NvimTreeCutText
feat(#1079): add highlight NvimTreeCopiedText and NvimTreeCutText
feat(#1079): node may not be present in copy and cut
feat(#1079): add renderer.highlight_clipboard
feat(#1079): add renderer.highlight_clipboard
feat(#1079): renderer.highlight_clipboard takes options, style cut/co…
feat(#1079): renderer.highlight_clipboard takes options, style cut/co…
feat(#1079): use an enum for highlight position
feat(#1079): diagnostics uses _append_highlight
feat(#1079): add renderer.highlight_clipboard default name, defaults …
feat(#2411): add renderer.highlight_bookmarks, renderer.icons.bookmar…