diff options
Diffstat (limited to 'fnl/plugins/editor/trouble.fnl')
-rw-r--r-- | fnl/plugins/editor/trouble.fnl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/plugins/editor/trouble.fnl b/fnl/plugins/editor/trouble.fnl index 3f736bb..9fb8f6d 100644 --- a/fnl/plugins/editor/trouble.fnl +++ b/fnl/plugins/editor/trouble.fnl @@ -78,4 +78,7 @@ ;; enabling this will use the signs defined in your lsp client }) -{1 :folke/trouble.nvim :cmd :TroubleToggle : opts} +{1 :folke/trouble.nvim + :cmd :TroubleToggle + :keys [{1 :<leader>jt 2 :<cmd>TroubleToggle<cr> :desc :Trouble}] + : opts} |