1
0
Fork 0

tmux base index should be 0, and a better linter for python in vim

This commit is contained in:
Von Random 2017-09-07 13:05:11 +03:00
parent 5e2ab3404e
commit 347cacc969
2 changed files with 1 additions and 3 deletions

View file

@ -22,14 +22,13 @@ Plug 'vimwiki/vimwiki'
Plug 'vim-scripts/directionalWindowResizer'
" IDE liek, per filetype
Plug 'neomake/neomake', { 'for': 'python' }
Plug 'w0rp/ale', { 'for': 'python' }
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
" colorschemes
Plug 'lifepillar/vim-solarized8'
" syntax highlight plugins
Plug 'neilhwatson/vim_cf3'
Plug 'sheerun/vim-polyglot'
call plug#end()