summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/ache/plugins/vim-grammarous.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/ache/plugins/vim-grammarous.lua b/lua/ache/plugins/vim-grammarous.lua
new file mode 100644
index 0000000..bd28815
--- /dev/null
+++ b/lua/ache/plugins/vim-grammarous.lua
@@ -0,0 +1,8 @@
+return {
+ "dpelle/vim-LanguageTool",
+ enabled = false,
+ config = function()
+ vim.g.languagetool_jar =
+ "PATH=$PATH:/usr/share/java/languagetool/ /usr/share/java/languagetool/languagetool-commandline.jar"
+ end,
+}