diff --git a/init.plugins.vim b/init.plugins.vim index 333bd23..b73f0b2 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -58,7 +58,7 @@ " inoremap coc#refresh() nnoremap :call CocAction('doHover') - nnoremap cc :call CocAction('doHover') + nnoremap cc :call CocAction('doHover') nnoremap cf :call CocAction('doQuickfix') nnoremap cg :call CocAction('jumpDefinition') nnoremap ci :call CocAction('jumpImplementation') @@ -282,11 +282,11 @@ let g:mta_filetypes = { "}}} " #vim-gutentags {{{ " https://github.com/ludovicchabant/vim-gutentags - Plug 'ludovicchabant/vim-gutentags' - - let g:gutentags_ctags_tagfile = '.tags' - let g:gutentags_ctags_exclude = ['package.json', 'Session.vim', 'package-lock.json', 'TODO.txt'] - let g:gutentags_resolve_symlinks = 1 + " Plug 'ludovicchabant/vim-gutentags' + " + " let g:gutentags_ctags_tagfile = '.tags' + " let g:gutentags_ctags_exclude = ['package.json', 'Session.vim', 'package-lock.json', 'TODO.txt'] + " let g:gutentags_resolve_symlinks = 1 "}}} " #vim-Jinja2-Syntax{{{