diff --git a/init.vim b/init.vim index 6269e45..96ff156 100644 --- a/init.vim +++ b/init.vim @@ -246,3 +246,6 @@ function! s:show_documentation() call CocAction('doHover') endif endfunction +" ===================Denite========================== +call denite#custom#map('insert', '', '', 'noremap') +call denite#custom#map('insert', '', '', 'noremap')