diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 01:29:22 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 01:29:22 +0100 |
commit | 6c3b39175fd232fac88baff38fb65b3e463127ae (patch) | |
tree | 16614e362011fda7ea5926af326afc075c1ec793 /fnl/config/lsp/diagnostics.fnl | |
parent | c84b370c658da0364d435fbd05054d025c2a1ca1 (diff) |
Update error icon
Diffstat (limited to 'fnl/config/lsp/diagnostics.fnl')
-rw-r--r-- | fnl/config/lsp/diagnostics.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/diagnostics.fnl b/fnl/config/lsp/diagnostics.fnl index 094685f..db9ea19 100644 --- a/fnl/config/lsp/diagnostics.fnl +++ b/fnl/config/lsp/diagnostics.fnl @@ -1,7 +1,7 @@ ;; Handlers for the requests and responses from and to the lsp server. (module config.lsp.handlers {autoload {util config.util nvim aniseed.nvim}}) -(def- signs [{:name :DiagnosticSignError :text ""} +(def- signs [{:name :DiagnosticSignError :text ""} {:name :DiagnosticSignWarn :text ""} {:name :DiagnosticSignHint :text ""} {:name :DiagnosticSignInfo :text ""}]) |