about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-28 00:45:18 +0900
committersefidel <contact@sefidel.net>2022-02-28 00:45:24 +0900
commit1f44d163e8132e6a9647b2ed6aedbe1671061bb2 (patch)
tree0f10bf2a6aab90844e13362becaa85467806375d /fnl/nvrc
parentce8fcff801841578b580ba01d9393e5fa1f8157c (diff)
downloadnvimrc-1f44d163e8132e6a9647b2ed6aedbe1671061bb2.tar.gz
nvimrc-1f44d163e8132e6a9647b2ed6aedbe1671061bb2.zip
feat(ui): set inactive statusline to blank
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 " ")))