From 2831e6d3605fbc3fe10a512e5566a8d7dd517f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 26 Oct 2021 13:31:26 +0200 Subject: [PATCH] Removed coc refresh --- .config/nvim/init.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 30ebcbf..cf0589b 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -96,9 +96,6 @@ function! s:check_back_space() abort return !col || getline('.')[col - 1] =~# '\s' endfunction -" Use to trigger completion. -inoremap . coc#refresh() - " 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()