diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 01:29:22 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 01:29:22 +0100 |
commit | 6c3b39175fd232fac88baff38fb65b3e463127ae (patch) | |
tree | 16614e362011fda7ea5926af326afc075c1ec793 /fnl/config/lualine.fnl | |
parent | c84b370c658da0364d435fbd05054d025c2a1ca1 (diff) |
Update error icon
Diffstat (limited to 'fnl/config/lualine.fnl')
-rw-r--r-- | fnl/config/lualine.fnl | 5 |
1 files changed, 2 insertions, 3 deletions
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}) |