Configure notes plugin for vim.

This commit is contained in:
Christophe Buffenoir 2013-09-11 16:07:18 +02:00
parent 13499f429e
commit b2bc2404ef
2 changed files with 6 additions and 2 deletions

View file

@ -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 wildmode=list,full " affiche la liste complète du menu avec la touche tab
set foldcolumn=6 " colonne de replis(fold colding) 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 "Repositionner le curseur a l'emplacement de la dernière édition
"""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""

View file

@ -93,6 +93,8 @@ rm -rf ~/.vim/bundle/vimwiki
hg clone https://code.google.com/p/vimwiki/src ~/.vim/bundle/vimwiki hg clone https://code.google.com/p/vimwiki/src ~/.vim/bundle/vimwiki
# Install notes plugin # Install notes plugin
rm -rf ~/.vim/bundle/notes rm -rf ~/.vim/bundle/misc
git clone https://github.com/vim-scripts/notes.vim.git ~/.vim/bundle/notes 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