From 1f44d163e8132e6a9647b2ed6aedbe1671061bb2 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 28 Feb 2022 00:45:18 +0900 Subject: feat(ui): set inactive statusline to blank --- fnl/nvrc/ui/statusline.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/ui') 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 " "))) -- cgit 1.4.1