diff options
author | sefidel <contact@sefidel.net> | 2022-02-28 00:12:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-28 00:12:14 +0900 |
commit | 2b98491ec1b8d43de2a341775eb60025120f8e0e (patch) | |
tree | 8428ebc3f12bbbd047ce61afd255b83f1e2df1b9 | |
parent | a15747ea28b1011d96aea09bc9779cb5f11ca7a9 (diff) | |
download | nvimrc-2b98491ec1b8d43de2a341775eb60025120f8e0e.tar.gz nvimrc-2b98491ec1b8d43de2a341775eb60025120f8e0e.zip |
feat(ui): prefix bufno with *
-rw-r--r-- | fnl/nvrc/ui/statusline.fnl | 2 |
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()")) |