Skip to content

Commit

Permalink
Add set cursorline option (nordtheme#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
iysheng committed Feb 5, 2020
1 parent aa14704 commit ae238a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "")
if g:nord_cursor_line_number_background == 0
call s:hi("CursorLineNr", s:nord4_gui, s:nord0_gui, "NONE", "", "NONE", "")
else
set cursorline
call s:hi("CursorLineNr", s:nord4_gui, s:nord1_gui, "NONE", s:nord1_term, "NONE", "")
endif
call s:hi("Folded", s:nord3_gui, s:nord1_gui, s:nord3_term, s:nord1_term, s:bold, "")
Expand Down

0 comments on commit ae238a4

Please sign in to comment.