VIM: Several plugin changes

- Removed python-syntax
 - Enabled pymode syntax highlighting
 - Disabled pymode syntax checker (I'm using ALE as a universal checker)
 - Added vim-window-resize-easy
 - Added traces.vim
This commit is contained in:
2018-08-06 23:59:12 +02:00
parent 8298f7eb22
commit 8e90a92cb7
13 changed files with 13 additions and 1673 deletions

View File

@ -70,8 +70,10 @@ let g:NERDCommentEmptyLines = 1
let g:NERDTrimTrailingWhitespace = 1
" PythonSyntax
let python_highlight_all = 1
" PyMode
let g:pymode_lint = 0
let g:pymode_syntax = 1
let g:pymode_syntax_all = 1
" Simpylfold
@ -83,7 +85,7 @@ let g:SuperTabDefaultCompletionType = "<c-space>"
" Ale
let g:ale_linters = {"python": ["flake8"]}
let g:ale_linters = {"python": ["flake8"], "python3": ["flake8"]}
" UltiSnips