From 24b05341767251e253530c1463fb4ced9a2ad1b0 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 17 May 2018 16:00:32 +0100 Subject: [vim] Keep default path (/usr/lib) --- tmux/.tmux.conf | 1 + 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 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 -- cgit v1.2.3