diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-12 22:40:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-12 22:40:09 +0800 |
| commit | 283d3a8b7b8340f407dcc3684e1b4190807ebf13 (patch) | |
| tree | eee315b5f5a6fb88a7ddfbd61b23c3a37245d67c /core | |
| parent | 92bf71ac7773588fbb7460479054d43c121ee7f5 (diff) | |
update vim-markdownfootnote settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 346f6c2..12c1a49 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -699,13 +699,6 @@ if g:is_win || g:is_mac nnoremap <silent> <M-S-m> :<C-U>MarkdownPreviewStop<CR> endif -""""""""""""""""""""""""vim-markdownfootnotes settings"""""""""""""""""""""""" -" Replace the default mappings provided by the plugin -imap ^^ <Plug>AddVimFootnote -nmap ^^ <Plug>AddVimFootnote -imap @@ <Plug>ReturnFromFootnote -nmap @@ <Plug>ReturnFromFootnote - """"""""""""""""""""""""vim-grammarous settings"""""""""""""""""""""""""""""" if g:is_mac let g:grammarous#languagetool_cmd = 'languagetool' |
