summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-01-22 11:27:44 -0700
committerTuowen Zhao <ztuowen@gmail.com>2017-01-22 11:27:44 -0700
commite8ed3462bb066dbbf4860c378ee2d657896a2857 (patch)
tree7e279749419e47e25ecc2ccc751267da291a80f6 /config
parent20bde51a46c737632e7fc464b531a1752caca9fb (diff)
downloadvim-e8ed3462bb066dbbf4860c378ee2d657896a2857.tar.gz
vim-e8ed3462bb066dbbf4860c378ee2d657896a2857.tar.bz2
vim-e8ed3462bb066dbbf4860c378ee2d657896a2857.zip
Bundle update Sun Jan 22 11:27:44 MST 2017
Diffstat (limited to 'config')
-rw-r--r--config/grammarous.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/grammarous.vim b/config/grammarous.vim
index 89399f6..4f2ae44 100644
--- a/config/grammarous.vim
+++ b/config/grammarous.vim
@@ -1,3 +1,6 @@
+" use global languagetool
+let g:grammarous#languagetool_cmd = 'languagetool'
+
" Search only in comment section for certain filestypes
let g:grammarous#default_comments_only_filetypes = {
\ '*' : 1, 'help' : 0, 'markdown' : 0, 'tex' : 0