Browse Source

add ropevim

master
Marcel Schneider 2 years ago
parent
commit
735da32680
No known key found for this signature in database GPG Key ID: 86027C59718EEE88
  1. 3
      init.vim

3
init.vim

@ -113,6 +113,7 @@ Plug 'jwalton512/vim-blade', { 'for': 'php' }
Plug 'jeetsukumaran/vim-pythonsense', { 'for': ['python'] } " text objects for python
Plug 'heavenshell/vim-pydocstring', { 'for': ['python'], 'do': 'make install' }
Plug 'anntzer/vim-cython', { 'for': ['python']}
Plug 'python-rope/ropevim'
"}}}
"{{{ CSV
@ -310,8 +311,6 @@ let vim_tags_ctags_binary='~/bin/phpctags'"
" Java config
autocmd FileType java setlocal omnifunc=javacomplete#Complete
" Python-mode config
let g:pymode_lint_on_write = 0
" Vimtex{{{
if !exists('g:neocomplete#sources#omni#input_patterns')

Loading…
Cancel
Save