aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/keymaps.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/keymaps.vim b/vim/keymaps.vim
index e568816..2da1ae3 100644
--- a/vim/keymaps.vim
+++ b/vim/keymaps.vim
@@ -149,10 +149,6 @@ noremap <leader>s? z=
"""""""""""""""""""
" LSP
"""""""""""""""""""
-inoremap <silent><expr> <TAB>
- \ coc#pum#visible() ? coc#pum#next(1) :
- \ CheckBackspace() ? "\<Tab>" :
- \ coc#refresh()
inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>"
" Make <CR> to accept selected completion item or notify coc.nvim to format
ArKa projects. All rights to me, and your next child right arm.