diff options
-rw-r--r-- | tmux/.tmux.conf | 1 | ||||
-rw-r--r-- | vim/.vimrc | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 92a0594..0286fb9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -23,5 +23,6 @@ bind-key N swap-window -t +1 PILOT_BOUNDARY=create PILOT_MODE=wintab +PILOT_CACHE=1 PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux @@ -32,7 +32,7 @@ Plug 'junegunn/gv.vim' Plug 'junegunn/heytmux' Plug 'junegunn/vim-easy-align' Plug 'junegunn/vim-peekaboo' -" Plug 'junegunn/vim-slash' +Plug 'junegunn/vim-slash' Plug 'justinmk/vim-dirvish' Plug 'justinmk/vim-sneak' Plug 'kshenoy/vim-signature' @@ -66,6 +66,7 @@ Plug 'vim-airline/vim-airline-themes' Plug 'vim-scripts/ReplaceWithRegister' Plug 'vim-scripts/gmsh.vim' Plug 'wellle/targets.vim' +" Plug 'zchee/deoplete-clang' Plug '~/Dropbox/projects/vim-remembrall' Plug '~/Dropbox/projects/vim-wintab' @@ -302,7 +303,7 @@ set lazyredraw set mouse=a set nojoinspaces set nowrap -set path=$PWD/** +set path+=$PWD/** set shiftwidth=4 set showcmd set splitright |