diff options
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lualine.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index 78623e5..5bc85c4 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -28,6 +28,7 @@ (def- diagnostics {1 :diagnostics :sources [:nvim_diagnostic] :sections [:error :warn] + :symbols {:error " " :warn " "} :colored false :padding 0 :update_in_insert false |