jeffkreeftmeijer / vim-numbertoggle

Toggles between hybrid and absolute line numbers automatically
https://jeffkreeftmeijer.com/vim-number/#automatic-toggling-between-line-number-modes
MIT License
682 stars 49 forks source link

Highlight the current line in different color #52

Closed waot closed 2 years ago

waot commented 2 years ago

In my terminal I can't seem to reproduce, is there a way to manually specify what the current line number highlights to. For example, can this be bold font?

waot commented 2 years ago

https://vim.fandom.com/wiki/Display_line_numbers

Found that I could set it with this command, hi LineNr My apologies