Adding new stuff
This commit is contained in:
parent
ac210f7c42
commit
be6dda16d0
2 changed files with 55 additions and 0 deletions
2
.vimrc
2
.vimrc
|
|
@ -234,6 +234,7 @@ au InsertLeave * match ExtraWhitespace /\s\+$/
|
|||
" http://www.vim.org/scripts/download_script.php?src_id=13400
|
||||
set t_Co=256
|
||||
color wombat256mod
|
||||
" color ronakg
|
||||
" color mayansmoke
|
||||
" color github
|
||||
|
||||
|
|
@ -255,6 +256,7 @@ let g:syntastic_python_flake8_show_quickfix=0
|
|||
let g:pymode_lint_ignore="E501,W601,W391,W0401"
|
||||
let g:pymode_rope_lookup_project = 0
|
||||
let g:pymode_lint_cwindow = 0
|
||||
let g:pymode_rope = 0
|
||||
|
||||
" Make quickfix screen smaller
|
||||
let g:syntastic_loc_list_height=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue