diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-24 23:38:12 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-24 23:38:12 +0100 |
commit | 5d8821e5726e9c483e9a95bee2a39e50c6cf42b8 (patch) | |
tree | 263fc4edeaf74be98b2967acdc1e8bc4b705e6be /fnl/plugins/editor | |
parent | ff231c55ce6d03cd90319cce295a31cd7c844543 (diff) |
Update error symbol
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 d38a063..5c989de 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 "" |