diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-07 23:54:36 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-07 23:54:36 +0800 |
| commit | 4e354ef185b23dc9ba26f013b5eeb3870fc2a4dc (patch) | |
| tree | 26076069013f69e6cd5789e52d76c131450a5ff9 /plugins.vim | |
| parent | cbb49028d45c4f4588141be685f27e2832e55ea8 (diff) | |
move completion-related mapping to mappings.vim
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins.vim b/plugins.vim index aebe6d2..b30a24f 100644 --- a/plugins.vim +++ b/plugins.vim @@ -355,10 +355,6 @@ call deoplete#custom#option('auto_complete_delay', 100) " Enable deoplete auto-completion call deoplete#custom#option('auto_complete', v:true) -" Tab-complete, see https://vi.stackexchange.com/q/19675/15292. -inoremap <expr> <tab> pumvisible() ? "\<c-n>" : "\<tab>" -inoremap <expr> <s-tab> pumvisible() ? "\<c-p>" : "\<s-tab>" - """""""""""""""""""""""""UltiSnips settings""""""""""""""""""" " Trigger configuration. Do not use <tab> if you use YouCompleteMe let g:UltiSnipsExpandTrigger='<c-j>' |
