colors-related improvements

This commit is contained in:
2017-12-09 12:20:00 +01:00
parent 8473070d77
commit b68c105663
5 changed files with 30 additions and 7 deletions

View File

@@ -14,15 +14,12 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tmhedberg/SimpylFold'
Plugin 'Valloric/YouCompleteMe'
"Plugin 'Valloric/YouCompleteMe'
Plugin 'scrooloose/syntastic'
Plugin 'vim-scripts/indentpython.vim'
"Plugin 'vim-airline/vim-airline'
Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-fugitive'
Plugin 'majutsushi/tagbar'
"Plugin 'jmcantrell/vim-virtualenv'
Plugin 'petRUShka/vim-opencl'
call vundle#end()
"}}}
@@ -38,4 +35,5 @@ call vundle#end()
"Local settings
"{{{
set guifont=Consolas:h12
colorscheme snowhite
"}}}