From d8eee6d3e41d9b85d05e24b09413b6b7e23fd822 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Apr 2018 23:58:11 +0200 Subject: vim: Add neoyank Signed-off-by: Florian Pritz --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 12d38e3..62201bb 100644 --- a/.vimrc +++ b/.vimrc @@ -81,6 +81,7 @@ Plugin 'honza/vim-snippets' Plugin 'Shougo/unite.vim' Plugin 'Shougo/vimproc.vim' Plugin 'Shougo/vimshell.vim' +Plugin 'Shougo/neoyank.vim' Plugin 'tpope/vim-unimpaired' Plugin 'tpope/vim-fugitive' @@ -276,6 +277,9 @@ nnoremap qq :Unite -buffer-name=files -start-insert file_rec/asyn nnoremap y :Unite -buffer-name=yank history/yank nnoremap b :Unite -buffer-name=buffer buffer +" neoyank +let g:neoyank#file = $HOME.'/.vim/yankring.txt' + " completion autocmd FileType css setlocal omnifunc=csscomplete#CompleteCSS autocmd FileType html,markdown setlocal omnifunc=htmlcomplete#CompleteTags -- cgit v1.2.3-24-g4f1b