From 57ce283e6bb5592a6120a40bd33179eb766e4f34 Mon Sep 17 00:00:00 2001 From: "kujiu (@ciredutemps)" Date: Tue, 21 Apr 2020 23:09:38 +0200 Subject: [PATCH] Remove notes plugin for vim --- common/.vimrc | 1 - update-home.sh | 4 ---- 2 files changed, 5 deletions(-) diff --git a/common/.vimrc b/common/.vimrc index 8f353a1..ea07b16 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -77,7 +77,6 @@ set wildmode=list,full " affiche la liste complète du menu set foldcolumn=0 " colonne de replis(fold colding) let g:grammalecte_cli_py='/usr/share/grammalecte-fr/cli.py' -let g:notes_directories=['~/ドキュメント/vim-notes'] let python_highlight_all=1 let g:languagetool_jar="/usr/lib/python3.?/site-packages/language_check/LanguageTool-2.2/languagetool-commandline.jar" let g:minimap_highlight="Cursor" diff --git a/update-home.sh b/update-home.sh index 43edf0c..d84a3f9 100755 --- a/update-home.sh +++ b/update-home.sh @@ -113,13 +113,9 @@ git clone https://github.com/hail2u/vim-css3-syntax ~/.vim/pack/shapeshed/start/ rm -rf ~/.vim/pack/shapeshed/start/vim-less git clone https://github.com/groenewege/vim-less.git ~/.vim/pack/shapeshed/start/vim-less -# Install notes plugin rm -rf ~/.vim/pack/shapeshed/start/misc git clone https://github.com/xolox/vim-misc.git ~/.vim/pack/shapeshed/start/misc -rm -rf ~/.vim/pack/shapeshed/start/notes -git clone https://github.com/xolox/vim-notes.git ~/.vim/pack/shapeshed/start/notes - # Install better highlighting for Python rm -rf ~/.vim/pack/shapeshed/start/python-syntax git clone https://github.com/hdima/python-syntax.git ~/.vim/pack/shapeshed/start/python-syntax