summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-05 23:38:04 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-05 23:38:04 +0100
commit2f5b56d09a9626213a2eec924caa35fb65486102 (patch)
treefd56625606445a140d0598274b1dc1450aeff259 /fnl/config
parent477799af418b31f42394b8c67e21e3084fd5081b (diff)
Update icons for diagnostics in lualine
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/lualine.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl
index fc956b1..9cf4e24 100644
--- a/fnl/config/lualine.fnl
+++ b/fnl/config/lualine.fnl
@@ -26,7 +26,8 @@
(def- diagnostics {1 :diagnostics
:sources [:nvim_diagnostic]
:sections [:error :warn]
- :symbols {:error " " :warn " "}
+ :symbols {:error " " :warn " "}
+ ;; :symbols {:error "E " :warn "W "}
:colored false
:disabled_buftypes [:nvim-tree]
:padding 0