diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-24 23:38:12 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-24 23:38:12 +0100 |
commit | 5d8821e5726e9c483e9a95bee2a39e50c6cf42b8 (patch) | |
tree | 263fc4edeaf74be98b2967acdc1e8bc4b705e6be /fnl/plugins/ui/lualine.fnl | |
parent | ff231c55ce6d03cd90319cce295a31cd7c844543 (diff) |
Update error symbol
Diffstat (limited to 'fnl/plugins/ui/lualine.fnl')
-rw-r--r-- | fnl/plugins/ui/lualine.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/ui/lualine.fnl b/fnl/plugins/ui/lualine.fnl index ce12ff0..170e8a9 100644 --- a/fnl/plugins/ui/lualine.fnl +++ b/fnl/plugins/ui/lualine.fnl @@ -27,7 +27,7 @@ (local diagnostics {1 :diagnostics :sources [:nvim_diagnostic] :sections [:error :warn] - :symbols {:error " " :warn " "} + :symbols {:error " " :warn " "} :colored false :disabled_buftypes [:nvim-tree] :padding 0 |