From 78f251421a139742f2f2b3b6a19df06e641be0a5 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 14 Jun 2014 22:50:13 +0200 Subject: [PATCH] small vimrc tweaks --- tmux.server.conf | 2 +- vimrc | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tmux.server.conf b/tmux.server.conf index 4bbd11d..b259be1 100644 --- a/tmux.server.conf +++ b/tmux.server.conf @@ -32,7 +32,7 @@ bind -r h swap-window -t -1 bind -r l swap-window -t +1 # fixes redraw bugs -# set -g default-terminal screen-256color +set -g default-terminal screen-256color # splitting unbind % diff --git a/vimrc b/vimrc index cc5d9f9..63b19a2 100644 --- a/vimrc +++ b/vimrc @@ -144,7 +144,12 @@ Bundle 'rstacruz/sparkup' " Bundle 'vim-scripts/indentpython.vim' Bundle 'klen/python-mode' let g:pymode_folding = 0 +let g:pymode_quickfix_minheight = 1 +let g:pymode_lint_on_fly = 1 +let g:pymode_lint_ignore = "E501,W0611," +let g:pymode_rope_autoimport_import_after_complete = 1 -Bundle 'altercation/vim-colors-solarized' +Bundle 'tpope/vim-vividchalk' +Bundle 'tomasr/molokai' set background=dark -colorscheme solarized +colorscheme molokai