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