Browse Source

Grammarous Latex issue

main
Yigit Colakoglu 4 years ago
parent
commit
5aec8bbf68
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .config/vim/plugin/grammarous.vim

+ 2
- 2
.config/vim/plugin/grammarous.vim View File

@ -1,9 +1,9 @@
let g:languagetool_cmd='/usr/bin/languagetool'
let g:grammarous#default_comments_only_filetypes = {
\ '*' : 1, 'help' : 0, 'markdown' : 0, 'latex': 0,
\ '*' : 1, 'help' : 0, 'markdown' : 0, 'tex': 0,
\ }
let g:grammarous#enabled_categories = {'latex' : ['PUNCTUATION',
let g:grammarous#enabled_categories = {'tex' : ['PUNCTUATION',
\'COLLOQUIALISMS', 'COMPOUNDING', 'CONFUSED_WORDS', 'FALSE_FRIENDS',
\ 'GENDER_NEUTRALITY', 'GRAMMAR', 'MISC', 'PLAIN_ENGLISH',
\ 'PUNCTUATION', 'REDUNDANCY', 'REGIONALISMS', 'REPETITIONS',


Loading…
Cancel
Save