From 15afa8f1a673a5f03127331e7a8b7ef490ee5b2b Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 27 Feb 2022 01:49:22 +0100 Subject: Deoplete stuffs --- plugin/perso.vim | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugin/perso.vim b/plugin/perso.vim index 915451e..28309a1 100755 --- a/plugin/perso.vim +++ b/plugin/perso.vim @@ -144,18 +144,18 @@ let $VIMHOME=expand(':p:h:h') au BufNewFile *.c 0r $VIMHOME/template/skel.c -let g:deoplete#enable_at_startup = 1 -imap (neosnippet_expand_or_jump) -smap (neosnippet_expand_or_jump) -xmap (neosnippet_expand_target) -set completeopt-=preview +" let g:deoplete#enable_at_startup = 1 +" imap (neosnippet_expand_or_jump) +" smap (neosnippet_expand_or_jump) +" xmap (neosnippet_expand_target) +" set completeopt-=preview -"call deoplete#custom#option('auto_complete', v:false) +" call deoplete#custom#option('auto_complete', v:false) " Plugin key-mappings. " Note: It must be "imap" and "smap". It uses mappings. -imap (neosnippet_expand_or_jump) -smap (neosnippet_expand_or_jump) -xmap (neosnippet_expand_target) +" imap (neosnippet_expand_or_jump) +" smap (neosnippet_expand_or_jump) +" xmap (neosnippet_expand_target) " SuperTab like snippets behavior. " Note: It must be "imap" and "smap". It uses mappings. -- cgit v1.2.3