diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-20 16:06:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-20 16:06:59 +0800 |
| commit | cf720997dd3555997330f62f0e040290e7f16fe0 (patch) | |
| tree | 5a6781b2cefbfe189160d4a03f466cf32ec8e167 /plugins.vim | |
| parent | c146a50967f6dae2e411fb00b342545e2ece3700 (diff) | |
fix syntax error
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim index adf53ce..06a0c00 100644 --- a/plugins.vim +++ b/plugins.vim @@ -238,7 +238,7 @@ endif " Plug 'https://gitlab.com/gi1242/vim-emoji-ab' Plug 'fszymanski/deoplete-emoji', {'for': 'markdown'} -if g:is_mac: +if g:is_mac Plug 'rhysd/vim-grammarous' endif "}} @@ -694,7 +694,7 @@ imap @@ <Plug>ReturnFromFootnote nmap @@ <Plug>ReturnFromFootnote """"""""""""""""""""""""vim-grammarous settings"""""""""""""""""""""""""""""" -if g:is_mac: +if g:is_mac let g:grammarous#languagetool_cmd = 'languagetool' nmap <leader>x <Plug>(grammarous-close-info-window) nmap <c-n> <Plug>(grammarous-move-to-next-error) |
