diff options
Diffstat (limited to 'fnl/config')
-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 |