Skip to content

Commit

Permalink
.vimrc: Move appearance to right section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sce committed Oct 3, 2016
1 parent 0297b7d commit 50565eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ highlight Visual ctermbg=235 cterm=bold
" in order to let the terminal handle the background:
highlight Normal ctermbg=none

" remove annoying underlines when editing HTML code.
hi Underlined gui=NONE

" change syntax/indent depending on file extension:
filetype plugin indent on

Expand All @@ -108,9 +111,6 @@ au BufNewFile,BufRead *.md set filetype=markdown
" .thor == ruby
au BufNewFile,BufRead *.thor set filetype=ruby

" remove annoying underlines when editing HTML code.
hi Underlined gui=NONE

" add extra syntax to ruby files
let ruby_operators=1
"let ruby_space_errors=1
Expand Down

0 comments on commit 50565eb

Please sign in to comment.