Added solarized-colors and ctrlp plugin

main
mandlm 2018-11-15 20:37:34 +01:00
parent ffdce7362e
commit e2287cd702
1 changed files with 7 additions and 3 deletions

View File

@ -7,11 +7,15 @@ endif
" vim-plug plugins
call plug#begin('~/.vim/vim-plug')
Plug 'valloric/youcompleteme'
Plug 'rhysd/vim-clang-format'
Plug 'derekwyatt/vim-fswitch'
Plug 'vim-airline/vim-airline'
Plug 'ambv/black'
Plug 'altercation/vim-colors-solarized'
Plug 'kien/ctrlp.vim'
call plug#end()
" tabwidth
@ -39,6 +43,6 @@ autocmd BufWritePre *.py execute ':Black'
" vim-fswitch
nmap <F5> :FSHere<CR>
" themes
colorscheme elflord
" vim-colors-solarized
set background=dark
colorscheme solarized