diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-22 11:27:44 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-22 11:27:44 -0700 |
commit | e8ed3462bb066dbbf4860c378ee2d657896a2857 (patch) | |
tree | 7e279749419e47e25ecc2ccc751267da291a80f6 /config/grammarous.vim | |
parent | 20bde51a46c737632e7fc464b531a1752caca9fb (diff) | |
download | vim-e8ed3462bb066dbbf4860c378ee2d657896a2857.tar.gz vim-e8ed3462bb066dbbf4860c378ee2d657896a2857.tar.bz2 vim-e8ed3462bb066dbbf4860c378ee2d657896a2857.zip |
Bundle update Sun Jan 22 11:27:44 MST 2017
Diffstat (limited to 'config/grammarous.vim')
-rw-r--r-- | config/grammarous.vim | 3 |
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 |