junegunn / junegunn/limelight.vim
Limelight dimming covers cursorcolumn
- Dominant language
- Vim Script
- Stars
- 2.5k
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Cursor column highlighting is used to highlight the column your cursor is currently at, similar to row highlighting. It seems that dimmed limelight blocks cover the cursor column highlighting.
This is what happens when limelight is turned on:

This is what it normally looks like, when limelight is off:

Notice that in the last screenshot the highlighting column goes through all other paragraphs.
It is hard to spot at first with my color scheme, but definitely noticable. I'd expect to be able to view the cursor column though a limelight block.
Column highlighting is a native Vim feature, that can be enabled using `:set cursorcolumn`.
If a list of used plugins and features I'm running in my Vim instance, take a look [here][dotfiles-vim] at my [dotfiles][dotfiles] repository. Although I don't think this is because of a conflict with some other configuration.
[dotfiles]: https://github.com/timvisee/dotfiles
[dotfiles-vim]: https://github.com/timvisee/dotfiles/blob/master/vim/vimrc#L10-L50
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.