From 9600f2f2037429da7179b2399347b1857028de85 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 26 Apr 2017 11:51:47 +0100 Subject: Make various improvements --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index b5e4436..9f1cbb2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -60,6 +60,7 @@ Plug 'vim-scripts/ReplaceWithRegister' Plug 'vim-scripts/SpellCheck' Plug 'vim-scripts/gmsh.vim' " Plug 'w0rp/ale' +Plug 'wellle/targets.vim' if has("nvim") Plug 'Shougo/deoplete.nvim' @@ -227,10 +228,12 @@ endif " Plugins interactions function! Multiple_cursors_before() let b:deoplete_disable_auto_complete = 1 + exe 'NeoCompleteLock' endfunction function! Multiple_cursors_after() let b:deoplete_disable_auto_complete = 0 + exe 'NeoCompleteUnlock' endfunction "" Vim variables -- cgit v1.2.3