1
0
Fork 0

nvim: add bug-reference

This commit is contained in:
tastytea 2022-08-19 21:26:25 +02:00
parent 15f9aacebd
commit b88b1ef332
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 3 additions and 0 deletions

View File

@ -84,3 +84,5 @@ map('n', '<M-.>', '<C-]>') -- follow symbol
map('n', '<M-,>', '<C-T>') -- go back to previous pos
map('v', '<Leader>f', 'gq', 'Reformat text')
map('n', '<Leader>h', ':nohlsearch<cr>', 'Stop highlighting search')
map({'n', 'v'}, '<Leader>B', require('bug-reference').open,
'Open bug under cursor')

View File

@ -95,6 +95,7 @@ require('packer').startup(function(use)
cond = nerdfont_installed
}
}
use { 'https://codeberg.org/tastytea/bug-reference.nvim' }
-- coding
use {