File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2240,11 +2240,19 @@ groups.
2240
2240
Example | :highlight | >
2241
2241
:hi NvimTreeSymlink guifg=blue gui=bold,underline
2242
2242
<
2243
- It is recommended to enable 'termguicolors' for the more pleasant 24-bit colours.
2243
+ It is recommended to enable 'termguicolors' for the more pleasant 24-bit
2244
+ colours.
2244
2245
2245
2246
To view the active highlight groups run `:so $VIMRUNTIME/syntax/hitest.vim`
2246
2247
as per | :highlight |
2247
2248
2249
+ The `* HL` groups are additive as per | nvim-tree-opts-renderer | precedence.
2250
+ Only present attributes will clobber each other.
2251
+ In this example a modified, opened file will have magenta text, with cyan
2252
+ squigglies: >
2253
+ :hi NvimTreeOpenedHL guifg=magenta guisp=red gui=underline
2254
+ :hi NvimTreeModifiedFileHL guisp=cyan gui=undercurl
2255
+ <
2248
2256
Default linked group or definition follows name.
2249
2257
2250
2258
Standard: >
You can’t perform that action at this time.
0 commit comments