diff --git a/vim/vimrc b/vim/vimrc index f157474..3c0ba97 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 :FSHere -" themes -colorscheme elflord - +" vim-colors-solarized +set background=dark +colorscheme solarized