mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
added solarized vim theme
This commit is contained in:
parent
3de9a5d14f
commit
7ff2be7923
1 changed files with 6 additions and 1 deletions
7
.vimrc
7
.vimrc
|
|
@ -25,6 +25,7 @@ Bundle 'scrooloose/nerdtree'
|
||||||
Bundle 'klen/python-mode'
|
Bundle 'klen/python-mode'
|
||||||
Bundle 'davidhalter/jedi-vim'
|
Bundle 'davidhalter/jedi-vim'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
Bundle 'altercation/vim-colors-solarized'
|
||||||
|
|
||||||
" The rest of your config follows here
|
" The rest of your config follows here
|
||||||
|
|
||||||
|
|
@ -68,7 +69,7 @@ let g:pymode_doc_key = 'K'
|
||||||
let g:pymode_lint = 1
|
let g:pymode_lint = 1
|
||||||
let g:pymode_lint_checker = "pyflakes,pep8"
|
let g:pymode_lint_checker = "pyflakes,pep8"
|
||||||
" Auto check on save
|
" Auto check on save
|
||||||
let g:pymode_lint_write = 1
|
let g:pymode_lint_write = 0
|
||||||
|
|
||||||
" Support virtualenv
|
" Support virtualenv
|
||||||
let g:pymode_virtualenv = 1
|
let g:pymode_virtualenv = 1
|
||||||
|
|
@ -106,3 +107,7 @@ if has ('gui_running')
|
||||||
highlight Pmenu guibg=#cccccc gui=bold
|
highlight Pmenu guibg=#cccccc gui=bold
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" solarized theme
|
||||||
|
syntax enable
|
||||||
|
set background=dark
|
||||||
|
colorscheme solarized
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue