Remove notes plugin for vim

This commit is contained in:
Kujiu 2020-04-21 23:09:38 +02:00
parent 0760703a80
commit 57ce283e6b
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
2 changed files with 0 additions and 5 deletions

View file

@ -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"

View file

@ -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