conoline.vim
conoline.vim copied to clipboard
honor CursorColumn highlight
The mere presence of this plugin in my runtimepath is somehow interfering with the CursorColumn highlight, and running :ConoLineDisable isn't allowing :setlocal cursorcolumn to take effect. :disappointed:
Oops, I figured it out: let g:conoline_use_colorscheme_default_normal=1 is the culprit. When that's used along with the gruvbox colorscheme, running :setlocal cursorcolumn has no effect. :beetle:
I have converted this issue into a pull request by attaching a patch that fixes the underlying problem. :gift: