summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-05-17 16:00:32 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-05-17 16:00:32 +0100
commit24b05341767251e253530c1463fb4ced9a2ad1b0 (patch)
tree280c05e45035c977c549d173a0dd2a4261d254af
parentfe981b30bec6db6b279cd0440c0083c93bff6da2 (diff)
[vim] Keep default path (/usr/lib)
-rw-r--r--tmux/.tmux.conf1
-rw-r--r--vim/.vimrc5
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
diff --git a/vim/.vimrc b/vim/.vimrc
index 21443c1..6b0ae84 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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