Moved cursorline option to gvimrc
This commit is contained in:
parent
70be955b0a
commit
33cdbc0995
2 changed files with 2 additions and 1 deletions
2
gvimrc
2
gvimrc
|
@ -2,6 +2,8 @@ set guioptions-=T
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=e
|
set guioptions-=e
|
||||||
|
|
||||||
|
set cursorline " Highlight cursor line
|
||||||
|
|
||||||
if !exists("g:colors")
|
if !exists("g:colors")
|
||||||
let g:colors=['slate', 'desert', 'blue', 'ron', 'elflord', 'murphy', 'torte']
|
let g:colors=['slate', 'desert', 'blue', 'ron', 'elflord', 'murphy', 'torte']
|
||||||
end
|
end
|
||||||
|
|
1
vimrc
1
vimrc
|
@ -86,7 +86,6 @@ else
|
||||||
set showbreak=+->\
|
set showbreak=+->\
|
||||||
end
|
end
|
||||||
set listchars=eol:¶,tab:»\ ,trail:.,nbsp:.
|
set listchars=eol:¶,tab:»\ ,trail:.,nbsp:.
|
||||||
set cursorline " Highlight cursor line
|
|
||||||
|
|
||||||
set modeline " Allows setting vim options in other files
|
set modeline " Allows setting vim options in other files
|
||||||
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P
|
set statusline=(%n)\ %f\ [%M%R]\ [%Y]%=%l,%c%V\ %4.P
|
||||||
|
|
Loading…
Reference in a new issue