Change the `K` normal mode overrides to use the example given in the
coc.nvim README file which uses Vim's builtin help when in `vim` or
`help` files, or checks if coc.nvim is ready and invokes
`CocActionAsync('doHover')`, otherwise fallback to using `keywordprg`.
		
	
			
		
			
				
	
	
		
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
" Add Doxygen documentation generation plugin.
 | 
						|
packadd DoxygenToolkit.vim
 | 
						|
nnoremap <leader>d :Dox<CR>
 |