Browse Source

new line color preference

master
Matthew Faltys 9 years ago
parent
commit
b20b44ccda
  1. 8
      vimrc

8
vimrc

@ -27,4 +27,12 @@ au BufRead,BufNewFile *.hy set filetype=hy
set number
"set cursorline
"set showmatch
hi LineNr ctermbg=NONE
hi LineNr ctermfg=DarkGrey
"------/NORMAL CONFIGS-----
"
"
"------COLOR CONFIGS------
hi LineNr ctermbg=NONE
hi LineNr ctermfg=DarkGrey
"------/COLOR CONFIGS-----

Loading…
Cancel
Save