diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-10 14:28:05 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-06-10 14:28:05 +0200 |
commit | 405dc0734b386ee7c7d5bd542ab10365b7413daf (patch) | |
tree | 7ea8be30977404c89d7eae11cf87905141bd953e /fnl/plugins/editor | |
parent | 22072ff7c6724dcc4a6a49a438f87c3d654e869b (diff) |
Fix trouble issue
Diffstat (limited to 'fnl/plugins/editor')
-rw-r--r-- | fnl/plugins/editor/trouble.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/trouble.fnl b/fnl/plugins/editor/trouble.fnl index 7136787..839bba4 100644 --- a/fnl/plugins/editor/trouble.fnl +++ b/fnl/plugins/editor/trouble.fnl @@ -81,7 +81,7 @@ }) {1 :folke/trouble.nvim - :cmd [:Trouble :TroubleToggle] + ; :cmd [:Trouble :TroubleToggle] :keys [{1 :<leader>jt 2 "<cmd>TroubleToggle workspace_diagnostics<cr>" :desc :Trouble}] |