You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let g:grammarous#languagetool_cmd = 'docker run -t --entrypoint java -v $HOME/.config/nvim/plugged/vim-grammarous/misc/LanguageTool-4.9:/LanguageTool -v /tmp:/tmp openjdk:8-jre-alpine -jar /LanguageTool/languagetool-commandline.jar $@'
Update the volume with the location of LanguageTool based on your pluginmanager. If someone knows how to pass in that automatically in your .vimrc / init.vim that would be helpful.
Would be cool to try this out from a Docker image since I am not prepared to installed Java on my Archlinux system.
The text was updated successfully, but these errors were encountered: