diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 10:34:48 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 10:34:48 +0200 |
| commit | 2f14a896e4b897bd747c24d7ad8e9e7bb3237d03 (patch) | |
| tree | 396d5f265dc96402069b05d69f4e93b57fc84361 /.config/nvim/init.vim | |
| parent | 8c453842ff211e1d918eecdf828320fa258bc593 (diff) | |
update from work
Diffstat (limited to '.config/nvim/init.vim')
| -rw-r--r-- | .config/nvim/init.vim | 6 |
1 files changed, 6 insertions, 0 deletions
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 <silent> * yiw:let @/='\<<C-R>=expand("<cword>")<CR>\>'<CR>:set hls<CR> nnoremap <silent> <A-j> :m +1<CR> nnoremap <silent> <A-k> :m -2<CR> +nnoremap <silent> gd :call CocAction('jumpDefinition')<cr> +nnoremap <silent> <leader>d :call CocAction('jumpDefinition', 'vsplit')<cr> + imap <C-h> <Left> imap <C-j> <Down> imap <C-k> <Up> @@ -213,6 +217,8 @@ let g:which_key_map.e = 'read and execute after !' nnoremap <leader>] <c-w>v<c-]>zt let g:which_key_map[']'] = 'open tag in split' +nnoremap <silent> <leader>[ :call jobstart(['sdk10-dox-open', expand("<cword>")], {'detach': v:true})<enter> + " cmd maps cnoreabbrev W w cnoreabbrev sudow w !sudo tee % |