Allow searching through diagnostics
This commit is contained in:
parent
50a99389c2
commit
24b567fc57
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ vim.keymap.set('n', 'fG', live_grep_unignored, opts)
|
|||
vim.keymap.set('n', 'fb', builtin.current_buffer_fuzzy_find, opts)
|
||||
vim.keymap.set('n', 'fB', builtin.buffers, opts)
|
||||
vim.keymap.set('n', 'fh', builtin.help_tags, opts)
|
||||
vim.keymap.set('n', 'fd', builtin.diagnostics, opts)
|
||||
vim.keymap.set('n', 'fj', builtin.jumplist, opts)
|
||||
vim.keymap.set('n', 'fl', builtin.loclist, opts)
|
||||
vim.keymap.set('n', 'fq', builtin.quickfix, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue