Closed PezCoder closed 7 years ago
Something along the lines of this? Line number 5
Yo.. Looks perfect 👌🏼
I added an option for this
let g:oceanic_next_highlight_current_line = 1
be sure to add set cursorline
too.
Having just reverted this commit, to get this effect again, add the following to your rc file.
colorscheme OceanicNext
" highlight current line number
set cursorline
"override some theme settings
hi clear CursorLine
hi CursorLineNR guifg=#ffffff guibg=#1b2b34
Suggestion
Will you be interested in making the current line highlighted number to get highlighted in-place rather than shifting on to the left ? Something like this:
(colors are from different scheme avoid those, see just the line numbers)
I would be happy to do it if you agree.