vimPlugins.vim-grammarous: set languagetool path

Otherwise it try to install languagetool into nix store
This commit is contained in:
Joerg Thalheim
2017-11-21 17:05:55 +00:00
parent 73746502d8
commit 2c70504892
3 changed files with 33 additions and 1 deletions
@@ -0,0 +1,10 @@
# use `:GrammarousCheck` to initialize checking
# In neovim, you also want to use set
# let g:grammarous#show_first_error = 1
# see https://github.com/rhysd/vim-grammarous/issues/39
patches = [
(substituteAll {
src = ./patches/vim-grammarous/set_default_languagetool.patch;
inherit languagetool;
})
];