Fix hover and split

This commit is contained in:
Devon Tingley 2022-04-28 12:59:11 -04:00
parent 8d5cb30461
commit 6796da1274

View file

@ -13,7 +13,7 @@ colorscheme gruvbox
"General Options
set number relativenumber
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
set splitright
set splitright splitbelow
set scrolloff=10
tnoremap <Esc> <C-\><C-n>
@ -55,7 +55,7 @@ nmap <silent> ]d <Plug>(coc-diagnostic-next)
" Misc coc-commands
nmap <leader>r <Plug>(coc-rename)
nmap <leader>R <Plug>(coc-refactor)
nmap <leader>h <Plug>(coc-hover)
nmap <leader>h :call CocActionAsync('doHover')<CR>
command Imports call CocActionAsync('organizeImport')
command GitDiff call CocActionAsync('runCommand', 'git.chunkInfo')