aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc.after
blob: a47ca582c01dfe17daa36cde3023a2e3f784e0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"" 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

" Setting variables for vim-processing
let g:processing_doc_style='local'
let g:processing_doc_path='~/.vim/bundle/vim-processing/syntax/processing.vim'