Change path for grammalecte
This commit is contained in:
parent
9ab09fa33e
commit
095256610c
2 changed files with 5 additions and 1 deletions
|
@ -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 wildmode=list,full " affiche la liste complète du menu avec la touche tab
|
||||||
set foldcolumn=0 " colonne de replis(fold colding)
|
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 python_highlight_all=1
|
||||||
let g:languagetool_jar="/usr/lib/python3.?/site-packages/language_check/LanguageTool-2.2/languagetool-commandline.jar"
|
let g:languagetool_jar="/usr/lib/python3.?/site-packages/language_check/LanguageTool-2.2/languagetool-commandline.jar"
|
||||||
let g:minimap_highlight="Cursor"
|
let g:minimap_highlight="Cursor"
|
||||||
|
|
|
@ -47,6 +47,10 @@ popd
|
||||||
rm -rf ~/.vim/pack/shapeshed/start/syntastic
|
rm -rf ~/.vim/pack/shapeshed/start/syntastic
|
||||||
git clone --recursive https://github.com/scrooloose/syntastic.git ~/.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
|
# Install autoclose plugin
|
||||||
rm -rf ~/.vim/pack/shapeshed/start/autoclose
|
rm -rf ~/.vim/pack/shapeshed/start/autoclose
|
||||||
git clone https://github.com/Townk/vim-autoclose.git ~/.vim/pack/shapeshed/start/autoclose
|
git clone https://github.com/Townk/vim-autoclose.git ~/.vim/pack/shapeshed/start/autoclose
|
||||||
|
|
Loading…
Reference in a new issue