about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/ui/statusline.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/ui/statusline.fnl b/fnl/nvrc/ui/statusline.fnl
index 6db7927..9c6d04c 100644
--- a/fnl/nvrc/ui/statusline.fnl
+++ b/fnl/nvrc/ui/statusline.fnl
@@ -25,4 +25,4 @@
 
 (ag! ui-statusline
   (au! [WinEnter BufEnter] * #(setl! statusline "%!v:lua.statusline.enable()"))
-  (au! [WinLeave BufLeave] * #(setl! statusline "")))
+  (au! [WinLeave BufLeave] * #(setl! statusline " ")))