diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ceea39a..54575c7 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -96,11 +96,6 @@ function! s:check_back_space() abort return !col || getline('.')[col - 1] =~# '\s' endfunction -" Make auto-select the first completion item and notify coc.nvim to -" format on enter, could be remapped by other vim plugin -inoremap pumvisible() ? coc#_select_confirm() - \: "\u\\=coc#on_enter()\" - " Use tab for trigger completion with characters ahead and navigate. " NOTE: Use command ':verbose imap ' to make sure tab is not mapped by " other plugin before putting this into your config.