Marcel Schneider
3 years ago
No known key found for this signature in database
GPG Key ID: 86027C59718EEE88
1 changed files with
1 additions and
2 deletions
-
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') |
|
|
|