From 6c3b39175fd232fac88baff38fb65b3e463127ae Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 7 Jan 2023 01:29:22 +0100 Subject: Update error icon --- fnl/config/lsp/diagnostics.fnl | 2 +- fnl/config/lualine.fnl | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'fnl') 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 ""}]) diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index 9cf4e24..b9a790f 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -26,8 +26,7 @@ (def- diagnostics {1 :diagnostics :sources [:nvim_diagnostic] :sections [:error :warn] - :symbols {:error " " :warn " "} - ;; :symbols {:error "E " :warn "W "} + :symbols {:error " " :warn " "} :colored false :disabled_buftypes [:nvim-tree] :padding 0 @@ -40,7 +39,7 @@ :cond hide-in-width}) (def- branch {1 "b:gitsigns_head" - :icon " " + :icon " " :disabled_buftypes [:nvim-tree] :cond hide-in-width}) -- cgit v1.2.3-70-g09d2