Closed 416207298 closed 2 years ago
Do you have this issue with any other colorschemes? Have you tried loading vim-cursorword after onedark.vim in your Vim configuration?
Yes. Recently I use gruvbox and I found it has the same issue. I don't know why.
I found this issue is not related to a certain color scheme. But came out after executing an autocmd which I used to switch color scheme when writing different language: autocmd Filetype cpp,c :colorscheme onedark
.
But why...
It might be worth reopening the bug you opened and then closed on itchyny/vim-cursorword
related to this issue, with the additional context about also seeing this issue with gruvbox: https://github.com/itchyny/vim-cursorword/issues/32
As far as I can tell, this is not a problem with onedark.vim, so I'm going to close this issue, but feel free to keep the conversation going!
Terminal Emulator Info
Output From
vim --version
Issue Description
When switching to another file using Nerdtree or LeaderF, the effect of vim-cursorword is disappeared. It only worked when first opening a file.