summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/editor/trouble.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/editor/trouble.fnl b/fnl/plugins/editor/trouble.fnl
index 9fb8f6d..d38a063 100644
--- a/fnl/plugins/editor/trouble.fnl
+++ b/fnl/plugins/editor/trouble.fnl
@@ -69,7 +69,7 @@
:auto_jump [:lsp_definitions]
;; for the given modes, automatically jump if there is only a single result
:signs {;; icons / text used for a diagnostic
- :error ""
+ :error ""
:warning ""
:hint ""
:information ""
@@ -79,6 +79,5 @@
})
{1 :folke/trouble.nvim
- :cmd :TroubleToggle
:keys [{1 :<leader>jt 2 :<cmd>TroubleToggle<cr> :desc :Trouble}]
: opts}