proper neovim auto-import

This commit is contained in:
LavaDesu 2021-05-20 14:47:55 +07:00
parent 48af8c5d04
commit 2a5b42ce9a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -63,6 +63,7 @@ in {
\ <SID>check_back_space() ? "\<Tab>" :
\ coc#refresh()
inoremap <expr> <cr> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"
inoremap <silent><expr> <c-space> coc#refresh()
" various aliases