LanguageTool in vim
This commit is contained in:
parent
696efe64db
commit
b295ef1c9e
3 changed files with 7 additions and 0 deletions
|
@ -295,3 +295,5 @@ vlc-plugin-fluidsynth
|
||||||
wacom-utility
|
wacom-utility
|
||||||
wego-git
|
wego-git
|
||||||
yaourt
|
yaourt
|
||||||
|
python-language-check
|
||||||
|
languagetool
|
||||||
|
|
|
@ -77,6 +77,7 @@ set foldcolumn=0 " colonne de replis(fold colding)
|
||||||
|
|
||||||
let g:notes_directories=['~/ドキュメント/vim-notes']
|
let g:notes_directories=['~/ドキュメント/vim-notes']
|
||||||
let python_highlight_all=1
|
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
|
"Repositionner le curseur a l'emplacement de la dernière édition
|
||||||
|
|
|
@ -170,3 +170,7 @@ git clone https://github.com/vim-utils/vim-alt-mappings.git ~/.vim/bundle/vim-al
|
||||||
# Install typescript for vim
|
# Install typescript for vim
|
||||||
rm -rf ~/.vim/bundle/typescript-vim
|
rm -rf ~/.vim/bundle/typescript-vim
|
||||||
git clone https://github.com/leafgarland/typescript-vim.git ~/.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
|
||||||
|
|
Loading…
Reference in a new issue