add rhubarb and such

This commit is contained in:
Rahsheen Porter 2022-05-11 08:52:19 -04:00
parent c55035e0f2
commit 0bc180e0f3
4 changed files with 6 additions and 2 deletions

View file

@ -22,6 +22,7 @@ endif
inoremap <silent><expr> <cr> pumvisible() ? coc#_select_confirm()
\: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>"
inoremap <expr> <cr> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>"
" Use `[g` and `]g` to navigate diagnostics
" Use `:CocDiagnostics` to get all diagnostics of current buffer in location list.
nmap <silent> [g <Plug>(coc-diagnostic-prev)
@ -110,3 +111,4 @@ let g:coc_global_extensions = [
\'coc-json',
\'coc-git'
\]