From 2f14a896e4b897bd747c24d7ad8e9e7bb3237d03 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 2 Aug 2026 10:34:48 +0200 Subject: update from work --- .config/nvim/init.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/nvim/init.vim') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 6214f9e..6d3768c 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -102,6 +102,7 @@ Plug 'habamax/vim-asciidoctor' Plug 'lonkaars/coc-khard' Plug 'sile-typesetter/vim-sile' Plug 'ahf/cocci-syntax' +Plug 's3rvac/vim-syntax-jira' " themes Plug 'arzg/vim-colors-xcode' @@ -121,6 +122,9 @@ nnoremap * yiw:let @/='\<=expand("")\>':set hls nnoremap :m +1 nnoremap :m -2 +nnoremap gd :call CocAction('jumpDefinition') +nnoremap d :call CocAction('jumpDefinition', 'vsplit') + imap imap imap @@ -213,6 +217,8 @@ let g:which_key_map.e = 'read and execute after !' nnoremap ] vzt let g:which_key_map[']'] = 'open tag in split' +nnoremap [ :call jobstart(['sdk10-dox-open', expand("")], {'detach': v:true}) + " cmd maps cnoreabbrev W w cnoreabbrev sudow w !sudo tee % -- cgit v1.2.3