diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-05 23:38:04 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-05 23:38:04 +0100 |
commit | 2f5b56d09a9626213a2eec924caa35fb65486102 (patch) | |
tree | fd56625606445a140d0598274b1dc1450aeff259 /fnl | |
parent | 477799af418b31f42394b8c67e21e3084fd5081b (diff) |
Update icons for diagnostics in lualine
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/lualine.fnl | 3 |
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 |