Change path for grammalecte

This commit is contained in:
Kujiu 2022-05-01 19:59:27 +02:00
parent 9ab09fa33e
commit 095256610c
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
2 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,7 @@ 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=0 " colonne de replis(fold colding)
let g:grammalecte_cli_py='/usr/share/grammalecte-fr/cli.py'
let g:grammalecte_cli_py='/usr/bin/grammalecte-cli'
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

@ -47,6 +47,10 @@ popd
rm -rf ~/.vim/pack/shapeshed/start/syntastic
git clone --recursive https://github.com/scrooloose/syntastic.git ~/.vim/pack/shapeshed/start/syntastic
# Install Rust plugin
rm -rf ~/.vim/pack/shapeshed/start/rust
git clone --recursive https://github.com/rust-lang/rust.vim.git ~/.vim/pack/shapeshed/start/rust
# Install autoclose plugin
rm -rf ~/.vim/pack/shapeshed/start/autoclose
git clone https://github.com/Townk/vim-autoclose.git ~/.vim/pack/shapeshed/start/autoclose