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/lsp | |
parent | ff231c55ce6d03cd90319cce295a31cd7c844543 (diff) |
Update error symbol
Diffstat (limited to 'fnl/plugins/lsp')
-rw-r--r-- | fnl/plugins/lsp/diagnostics.fnl | 2 |
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 ""}]) |