Skip to content

Commit b7b8860

Browse files
committed
Add section on readme about debugging limitations
1 parent cd73644 commit b7b8860

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,7 @@ A user reported that disabling `Cursorline` highlight from NERDTree fixed the is
116116
let g:NERDTreeHighlightCursorline = 0
117117
```
118118
There is an [issue](https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/issues/6) about this lag problem. If you find any solutions please comment there, so other people can see it.
119+
### Current limitation on finding and solving bugs on different setups
120+
There are many different setups one can have while using vim (neovim, gvim, different terminals, with tmux, different operating systems, etc) which makes it harder to debug setup specific issues.
119121
### generate_files.sh script
120122
There is a script called generate_files.sh that will generate all the files supported by this plugin by default for a quick review. These files will be generated on a 'files' subfolder.

0 commit comments

Comments
 (0)