Skip to content

Commit

Permalink
Enable cursorline, fix coloring for statusline.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Feb 16, 2011
1 parent 51af8a9 commit 29247ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vimrc
Expand Up @@ -41,6 +41,7 @@ set linebreak
set formatoptions=tq
set wrapmargin=4
set textwidth=120
set cursorline

set title " Set the terminal's title

Expand Down Expand Up @@ -111,7 +112,7 @@ imap <C-l> <space>=><space>
au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery
au FileType markdown,textile setlocal spell spelllang=en_us

au InsertEnter * hi StatusLine ctermbg=16 ctermfg=1
au InsertLeave * hi StatusLine ctermbg=16 ctermfg=8
au InsertEnter * hi StatusLine ctermbg=white ctermfg=darkred
au InsertLeave * hi StatusLine ctermbg=white ctermfg=black

let g:rubycomplete_rails = 1

0 comments on commit 29247ed

Please sign in to comment.