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