From 9c4f0bebd5324a48db76e460299f8932bfd506d7 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 28 Jul 2022 09:01:34 +0100 Subject: [PATCH 1/1] Revert "Use python-mode as vim ide" This reverts commit 62a4997c0138796041aa257d18ee2dc6d3fd151f. --- states/vim/files/vimrc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index c39436f..26cc06c 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -32,7 +32,6 @@ Plugin 'majutsushi/tagbar' Plugin 'altercation/vim-colors-solarized' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'Chiel92/vim-autoformat' -Plugin 'python-mode/python-mode' " All of your Plugins must be added before the following line call vundle#end() " required @@ -168,14 +167,3 @@ endif let g:formatdef_autopep8 = "'autopep8 --aggressive --aggressive - --range '.a:firstline.' '.a:lastline" let g:formatters_python = ['autopep8'] noremap :Autoformat - -let g:pymode_lint = 0 -let g:pymode_folding = 1 -let g:pymode_rope = 1 -let g:pymode_rope_completion = 1 - -augroup unset_folding_in_insert_mode - autocmd! - autocmd InsertEnter *.py setlocal foldmethod=marker - autocmd InsertLeave *.py setlocal foldmethod=expr -augroup END -- 2.44.0