aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-28 00:12:14 +0900
committersefidel <contact@sefidel.net>2022-02-28 00:12:14 +0900
commit2b98491ec1b8d43de2a341775eb60025120f8e0e (patch)
tree8428ebc3f12bbbd047ce61afd255b83f1e2df1b9 /fnl/nvrc
parenta15747ea28b1011d96aea09bc9779cb5f11ca7a9 (diff)
downloadnvimrc-2b98491ec1b8d43de2a341775eb60025120f8e0e.zip
feat(ui): prefix bufno with *
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 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()"))