From 0b31db0cbfeb036311e143bb681f2c509860b1ca Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 6 Jan 2024 00:01:34 +0100 Subject: Update icons path --- fnl/plugins/lsp/diagnostics.fnl | 2 +- fnl/plugins/lsp/mason.fnl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/plugins/lsp') 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)} diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl index 4187381..703effe 100644 --- a/fnl/plugins/lsp/mason.fnl +++ b/fnl/plugins/lsp/mason.fnl @@ -1,6 +1,6 @@ ;; Mason manages external tooling, e.g. lsp, formatters, and linters. -(local icons (require :icons)) +(local icons (require :settings.icons)) (local opts {:ui {:border :single :icons {:package_installed (.. (. icons :checkmark) " ") -- cgit v1.2.3-70-g09d2