Moved cursorline option to gvimrc

This commit is contained in:
Talia 2017-12-19 15:46:02 +01:00
parent 70be955b0a
commit 33cdbc0995
2 changed files with 2 additions and 1 deletions

2
gvimrc
View file

@ -2,6 +2,8 @@ set guioptions-=T
set guioptions-=m
set guioptions-=e
set cursorline " Highlight cursor line
if !exists("g:colors")
let g:colors=['slate', 'desert', 'blue', 'ron', 'elflord', 'murphy', 'torte']
end

1
vimrc
View file

@ -86,7 +86,6 @@ else
set showbreak=+->\
end
set listchars=eol,tab:»\ ,trail:.,nbsp:.
set cursorline " Highlight cursor line
set modeline " Allows setting vim options in other files
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P