]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Use simpylfold and ropevim
authorMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Thu, 28 Jul 2022 09:58:37 +0000 (10:58 +0100)
committerMaximilian Friedersdorff <maximilian.friedersdorff@envsys.co.uk>
Thu, 28 Jul 2022 09:58:37 +0000 (10:58 +0100)
states/vim/files/vimrc

index 26cc06cd1b62dbe711d583d4ddcf2d653183b837..145fd4f95a829f49154311eba5a53b08cbe68561 100644 (file)
@@ -32,6 +32,7 @@ Plugin 'majutsushi/tagbar'
 Plugin 'altercation/vim-colors-solarized'
 Plugin 'ctrlpvim/ctrlp.vim'
 Plugin 'Chiel92/vim-autoformat'
+Plugin 'python-rope/ropevim'
 
 " All of your Plugins must be added before the following line
 call vundle#end()            " required
@@ -140,9 +141,6 @@ let g:python_highlight_string_templates = 1
 let g:python_highlight_class_vars = 1
 let g:python_highlight_operators = 1
 
-" Python indent
-autocmd FileType python setlocal foldmethod=indent foldnestmax=2
-
 " Paren highlighting
 hi MatchParen cterm=underline ctermbg=none ctermfg=none
 
@@ -167,3 +165,6 @@ endif
 let g:formatdef_autopep8 = "'autopep8 --aggressive --aggressive - --range '.a:firstline.' '.a:lastline"
 let g:formatters_python = ['autopep8']
 noremap <F3> :Autoformat<CR>
+
+let ropevim_goto_def_newwin = 1
+let ropevim_guess_project = 1