Configure notes plugin for vim.
This commit is contained in:
parent
13499f429e
commit
b2bc2404ef
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue