Skip to content

Commit

Permalink
Simplifying vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nopriv committed Jun 27, 2017
1 parent 39add2a commit a8042bf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ set nobackup
set writebackup
set noswapfile

" Set shell to use
" Probably won't work on Windows
" Set which shell to use
" Probably wont work on Windows
set shell=/bin/sh

" Color Scheme

" Theme: Hybrid
"set background=dark
"let g:hybrid_termcolors=256
"let g:hybrid_custom_term_colors = 1
"let g:hybrid_reduced_contrast = 1 " Remove this line if using the default palette.
"colorscheme hybrid

" Theme: Solarized
syntax reset
set background=dark
Expand Down

0 comments on commit a8042bf

Please sign in to comment.