diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-28 01:15:03 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-28 01:15:03 +0200 |
commit | b510c78da86c6b30b95039cc31d5a3267ee7e395 (patch) | |
tree | 76bb8cc09c1faabb2b06b3b32444735855f5346d /fnl/config/which-key.fnl | |
parent | 4c5f771c8423de432ac02d0092f5ea2754d189ce (diff) |
Add Trouble plugin
Diffstat (limited to 'fnl/config/which-key.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 b5eb319..5cba39c 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -39,6 +39,7 @@ :Harpoon] :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] :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"] |