diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-19 21:58:17 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-19 21:58:17 +0100 |
commit | a521408c57014f0c49bcde111b91706851d5278d (patch) | |
tree | d5b6a91de31450b183bc8364b977a7c9d79618ac | |
parent | d0dfb6cb2f6c35817cc72141b0f82fca5bc6d980 (diff) |
Fix trouble issue
-rw-r--r-- | fnl/plugins/editor/trouble.fnl | 3 |
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} |