diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-29 01:14:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-29 01:14:04 +0200 |
commit | f1f6bbfd3d36c1651158819a43b7431c1e2a05bb (patch) | |
tree | ba2a8d79feb2619417543b2f05ab91b6521d732d /fnl | |
parent | 90f72e4b936c9c31db6067dda6a56dab0b95fe19 (diff) |
Add telescope diagnostics
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/which-key.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 6da1e7b..b386ca0 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -40,6 +40,7 @@ :b ["<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{sort_lastused = true, initial_mode = 'normal', previewer = false})<cr>" "Switch buffers"] :d [:<cmd>TroubleToggle<cr> :Trouble] + :D ["<cmd>Telescope diagnostics<cr>" "Telescope diagnostics"] :f ["<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>" "Find files"] :g ["<cmd>Telescope live_grep theme=ivy<cr>" "Find text"] |