summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-10 14:28:05 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-06-10 14:28:05 +0200
commit405dc0734b386ee7c7d5bd542ab10365b7413daf (patch)
tree7ea8be30977404c89d7eae11cf87905141bd953e /fnl/plugins
parent22072ff7c6724dcc4a6a49a438f87c3d654e869b (diff)
Fix trouble issue
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/trouble.fnl2
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}]