File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ CONTENTS *nvim-tree*
46
46
7. Mappings | nvim-tree-mappings |
47
47
7.1 Mappings: Default | nvim-tree-mappings-default |
48
48
8. Highlight | nvim-tree-highlight |
49
- 8.1 Highlight Overhaul | nvim-tree-highlight-overhaul |
49
+ 8.1 Highlight Default | nvim-tree-highlight-default |
50
+ 8.2 Highlight Overhaul | nvim-tree-highlight-overhaul |
50
51
9. Events | nvim-tree-events |
51
52
10. Prompts | nvim-tree-prompts |
52
53
11. OS Specific Restrictions | nvim-tree-os-specific |
@@ -2253,7 +2254,16 @@ squigglies: >
2253
2254
:hi NvimTreeOpenedHL guifg=magenta guisp=red gui=underline
2254
2255
:hi NvimTreeModifiedFileHL guisp=cyan gui=undercurl
2255
2256
<
2256
- Default linked group or definition follows name.
2257
+ To prevent usage of a highlight:
2258
+ - Before setup: link the group to `Normal ` e.g.
2259
+ `:hi NvimTreeExecFile Normal`
2260
+ - After setup: link it to `NONE ` , to override the default link e.g.
2261
+ `:hi! link NvimTreeExecFile NONE`
2262
+
2263
+ ==============================================================================
2264
+ 8.1 HIGHLIGHT DEFAULT *nvim-tree-highlight-default*
2265
+
2266
+ | :highlight-link | `default` or | :highlight-default | define the groups on setup:
2257
2267
2258
2268
Standard: >
2259
2269
NvimTreeNormal Normal
You can’t perform that action at this time.
0 commit comments