I use NerdTree Plugin and have set cursorcolumn in my vimrc file, but I don’t want a column highlight in the NerdTreePlugin window, How can I do that?
Also, I do not want signs column show in the nerdtree window, how can I do that?
Much more common question, how to set or disable a specific option for a specific plugin window, e.g. NerdTree or Tagbar?
If you want
cursorcolumnin all buffers except for a few, use anautocmdin your vimrc to disable it for specific buffers, usingsetlocal.For instance: