aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc.after
blob: d28562b3c574535ac1bf5f2160a6308034f47ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"" SEEMS IRRELEVANT
"" always show modeline
"set ls=2

" show cursorline
set cursorline

" colorscheme
let g:solarized_termcolors=256
let g:solarized_termtrans=1
set background=dark
"colorscheme solarized

"dont show the error list automatically
"let g:syntastic_auto_loc_list=0