Switch to dotbot

This commit is contained in:
2017-08-26 10:56:11 +02:00
parent 7c4f9c28d0
commit 4faeb99007
30 changed files with 73 additions and 158 deletions

View File

@@ -205,13 +205,13 @@ nnoremap Q <nop>
" === plugin setup ===
" == colorscheme ==
set background=dark
set background=light
let g:solarized_termcolors=16
let g:solarized_termtrans=1
let g:solarized_contrast="normal"
let g:solarized_visibility="normal"
syntax enable
colorscheme monokai
" colorscheme monokai
" == tagbar ==
nnoremap <F10> :TagbarToggle<CR>