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

@ -34,7 +34,6 @@ bind -n S-Pageup copy-mode -u
setw -g mode-keys "vi" setw -g mode-keys "vi"
set -g set-titles "on" set -g set-titles "on"
set -g set-titles-string "#h" set -g set-titles-string "#h"
set -g base-index "1"
set -g escape-time "0" set -g escape-time "0"
set -g history-limit "10000" set -g history-limit "10000"
set -g set-titles "off" set -g set-titles "off"

View file

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