From 2b98491ec1b8d43de2a341775eb60025120f8e0e Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 28 Feb 2022 00:12:14 +0900 Subject: feat(ui): prefix bufno with * --- 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 49afa7f..6db7927 100644 --- a/fnl/nvrc/ui/statusline.fnl +++ b/fnl/nvrc/ui/statusline.fnl @@ -21,7 +21,7 @@ (diagnostics) "%=" "%#StatusLineFileData#" - "%y %n"]))) + "%y *%n "]))) (ag! ui-statusline (au! [WinEnter BufEnter] * #(setl! statusline "%!v:lua.statusline.enable()")) -- cgit 1.4.1