From b2bc2404efffd369427ecf54d1dc7a50f42e6732 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Wed, 11 Sep 2013 16:07:18 +0200 Subject: [PATCH] Configure notes plugin for vim. --- common/.vimrc | 2 ++ update-home.sh | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/.vimrc b/common/.vimrc index dd94785..bed0c38 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -76,6 +76,8 @@ set wildmenu " menu intuitif avec la touche tab set wildmode=list,full " affiche la liste complète du menu avec la touche tab set foldcolumn=6 " colonne de replis(fold colding) +let g:notes_directories=['~/ドキュメント/vim-notes'] + """""""""""""""""""""""""""""""""""""""""""""""""" "Repositionner le curseur a l'emplacement de la dernière édition """""""""""""""""""""""""""""""""""""""""""""""""" diff --git a/update-home.sh b/update-home.sh index a4b9265..83f3ae7 100755 --- a/update-home.sh +++ b/update-home.sh @@ -93,6 +93,8 @@ rm -rf ~/.vim/bundle/vimwiki hg clone https://code.google.com/p/vimwiki/src ~/.vim/bundle/vimwiki # Install notes plugin -rm -rf ~/.vim/bundle/notes -git clone https://github.com/vim-scripts/notes.vim.git ~/.vim/bundle/notes +rm -rf ~/.vim/bundle/misc +git clone https://github.com/xolox/vim-misc.git ~/.vim/bundle/misc +rm -rf ~/.vim/bundle/notes +git clone https://github.com/xolox/vim-notes.git ~/.vim/bundle/notes