summaryrefslogtreecommitdiff
path: root/plugin/perso.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/perso.vim')
-rwxr-xr-xplugin/perso.vim18
1 files 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('<sfile>:p:h:h')
au BufNewFile *.c 0r $VIMHOME/template/skel.c
-let g:deoplete#enable_at_startup = 1
-imap <C-k> <Plug>(neosnippet_expand_or_jump)
-smap <C-k> <Plug>(neosnippet_expand_or_jump)
-xmap <C-k> <Plug>(neosnippet_expand_target)
-set completeopt-=preview
+" let g:deoplete#enable_at_startup = 1
+" imap <C-k> <Plug>(neosnippet_expand_or_jump)
+" smap <C-k> <Plug>(neosnippet_expand_or_jump)
+" xmap <C-k> <Plug>(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 <Plug> mappings.
-imap <C-k> <Plug>(neosnippet_expand_or_jump)
-smap <C-k> <Plug>(neosnippet_expand_or_jump)
-xmap <C-k> <Plug>(neosnippet_expand_target)
+" imap <C-k> <Plug>(neosnippet_expand_or_jump)
+" smap <C-k> <Plug>(neosnippet_expand_or_jump)
+" xmap <C-k> <Plug>(neosnippet_expand_target)
" SuperTab like snippets behavior.
" Note: It must be "imap" and "smap". It uses <Plug> mappings.