summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-14 00:38:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-14 00:38:16 +0200
commit1d92052c460683a02303cb63a32577514372c6f1 (patch)
tree562fd7c0143f4ff3fca96c798d88731048e97c84 /fnl/config
parent46199e9d3b521db81d8e78b8ecbf2983fb69c79f (diff)
Add symbols for lualine diagnostics
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/lualine.fnl1
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