From 5c2a818c845705689fb37533820a4324a31840bd Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 23 Jul 2017 13:12:47 +0200 Subject: [PATCH] Removed in development plugins, cleanup in python-syntax options --- vimrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/vimrc b/vimrc index 708a325..59ffe8f 100644 --- a/vimrc +++ b/vimrc @@ -65,9 +65,6 @@ Plug 'vimwiki/vimwiki' Plug 'will133/vim-dirdiff' Plug 'vim-scripts/DrawIt' -"in development -Plug '~/Devel/vim/kickass-vim/' - call plug#end() " }}} @@ -512,15 +509,12 @@ nnoremap 8 *:Moccur "Pydoc {{{2 let g:pydoc_cmd = "/usr/bin/pydoc" "}}} -"Python indent{{{2 -let g:python_version_2=1 -"}}} -" Pythonhelper {{{2 +"Pythonhelper {{{2 let g:pythonhelper_updatetime = 1000 -" }}} "}}} -"Python syntax{{{2 +"Python syntax {{{2 let g:python_highlight_all=1 +let g:python_version_2=1 "}}} "Riv {{{ " Don't fold the file; it's annoying