vimPlugins.vim-grammarous: set languagetool path
Otherwise it try to install languagetool into nix store
This commit is contained in:
@@ -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;
|
||||
})
|
||||
];
|
||||
Reference in New Issue
Block a user