diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:03:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-07 22:03:38 +0100 |
commit | e6bfb44de9bb6679c57c2f8e432d074acdca54a4 (patch) | |
tree | 822feb8ed9b155a211c2904f624d8aa5c0af7460 /fnl/plugins/editor/trouble.fnl | |
parent | bae1361c29ea6d7585ebd412f540a3ba1c81830b (diff) |
Update broken plugin configs
Diffstat (limited to 'fnl/plugins/editor/trouble.fnl')
-rw-r--r-- | fnl/plugins/editor/trouble.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/editor/trouble.fnl b/fnl/plugins/editor/trouble.fnl index 5c989de..49100c4 100644 --- a/fnl/plugins/editor/trouble.fnl +++ b/fnl/plugins/editor/trouble.fnl @@ -79,5 +79,7 @@ }) {1 :folke/trouble.nvim + :cmd [:Trouble :TroubleToggle] :keys [{1 :<leader>jt 2 :<cmd>TroubleToggle<cr> :desc :Trouble}] - : opts} + : opts +} |