diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/grammarous.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grammarous.vim b/config/grammarous.vim index ef23119..89399f6 100644 --- a/config/grammarous.vim +++ b/config/grammarous.vim @@ -1,6 +1,6 @@ " Search only in comment section for certain filestypes let g:grammarous#default_comments_only_filetypes = { - \ '*' : 1, 'help' : 0, 'markdown' : 0, + \ '*' : 1, 'help' : 0, 'markdown' : 0, 'tex' : 0 \ } " Disable some troublesome error types |