From 347cacc969d54f057c50085d86ad9cf5b6065b61 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 7 Sep 2017 13:05:11 +0300 Subject: [PATCH] tmux base index should be 0, and a better linter for python in vim --- tmux.conf | 1 - vimplugins | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 9a8f140..12e446b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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" diff --git a/vimplugins b/vimplugins index c802e31..1ced0d1 100644 --- a/vimplugins +++ b/vimplugins @@ -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()