add keymap

This commit is contained in:
LordMZTE 2021-04-20 15:12:56 +02:00
parent 52fa76fd1c
commit b5e699d2b2

View file

@ -39,3 +39,6 @@ map("n", "<space>o", ":CocList -I symbols<CR>", { silent = true })
-- format code
map("n", "cr", ":call CocActionAsync(\'format\')<CR>", { silent = true })
-- Use <c-space> to trigger completion.
map("i", "<c-space>", "coc#refresh()", { silent = true, expr = true })