summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/diagnostics.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-06 00:01:34 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-06 00:01:34 +0100
commit0b31db0cbfeb036311e143bb681f2c509860b1ca (patch)
tree4a92516859df39fd9cb972319b47295ad53e8034 /fnl/plugins/lsp/diagnostics.fnl
parent487d7d06cc40f3e60a884693811f5fbb8a980040 (diff)
Update icons path
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 f4a2a74..0ea5312 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 icons (require :icons))
+(local icons (require :settings.icons))
(local signs [{:name :DiagnosticSignError :text (. icons :error)}
{:name :DiagnosticSignWarn :text (. icons :warn)}