tmux base index should be 0, and a better linter for python in vim
This commit is contained in:
parent
5e2ab3404e
commit
347cacc969
2 changed files with 1 additions and 3 deletions
|
@ -34,7 +34,6 @@ bind -n S-Pageup copy-mode -u
|
|||
setw -g mode-keys "vi"
|
||||
set -g set-titles "on"
|
||||
set -g set-titles-string "#h"
|
||||
set -g base-index "1"
|
||||
set -g escape-time "0"
|
||||
set -g history-limit "10000"
|
||||
set -g set-titles "off"
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue