summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/diagnostics.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-24 23:38:12 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-24 23:38:12 +0100
commit5d8821e5726e9c483e9a95bee2a39e50c6cf42b8 (patch)
tree263fc4edeaf74be98b2967acdc1e8bc4b705e6be /fnl/plugins/lsp/diagnostics.fnl
parentff231c55ce6d03cd90319cce295a31cd7c844543 (diff)
Update error symbol
Diffstat (limited to 'fnl/plugins/lsp/diagnostics.fnl')
-rw-r--r--fnl/plugins/lsp/diagnostics.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/diagnostics.fnl b/fnl/plugins/lsp/diagnostics.fnl
index 1ac2e42..e9eca47 100644
--- a/fnl/plugins/lsp/diagnostics.fnl
+++ b/fnl/plugins/lsp/diagnostics.fnl
@@ -1,6 +1,6 @@
;; Handlers for the requests and responses from and to the lsp server.
-(local signs [{:name :DiagnosticSignError :text ""}
+(local signs [{:name :DiagnosticSignError :text ""}
{:name :DiagnosticSignWarn :text ""}
{:name :DiagnosticSignHint :text ""}
{:name :DiagnosticSignInfo :text ""}])