LanguageTool in vim

This commit is contained in:
Kujiu 2017-01-29 14:42:54 +01:00
parent 696efe64db
commit b295ef1c9e
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
3 changed files with 7 additions and 0 deletions

View file

@ -295,3 +295,5 @@ vlc-plugin-fluidsynth
wacom-utility
wego-git
yaourt
python-language-check
languagetool

View file

@ -77,6 +77,7 @@ set foldcolumn=0 " colonne de replis(fold colding)
let g:notes_directories=['~/ドキュメント/vim-notes']
let python_highlight_all=1
let g:languagetool_jar="/usr/lib/python3.5/site-packages/language_check/LanguageTool-2.2/languagetool-commandline.jar"
""""""""""""""""""""""""""""""""""""""""""""""""""
"Repositionner le curseur a l'emplacement de la dernière édition

View file

@ -170,3 +170,7 @@ git clone https://github.com/vim-utils/vim-alt-mappings.git ~/.vim/bundle/vim-al
# Install typescript for vim
rm -rf ~/.vim/bundle/typescript-vim
git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim
# Install languagetool for vim
rm -rf ~/.vim/bundle/languagetool
git clone https://github.com/vim-scripts/LanguageTool.git ~/.vim/bundle/languagetool