From 095256610ca4c14be6d07e03047b77b806817ca3 Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Sun, 1 May 2022 19:59:27 +0200 Subject: [PATCH] Change path for grammalecte --- common/.vimrc | 2 +- update-home.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/.vimrc b/common/.vimrc index ea07b16..ab5d187 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -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" diff --git a/update-home.sh b/update-home.sh index 992b8ba..66b13f5 100755 --- a/update-home.sh +++ b/update-home.sh @@ -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