about summary refs log tree commit diff
path: root/fnl/nvrc/statusline.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 15:04:14 +0900
committersefidel <contact@sefidel.net>2022-03-12 15:04:14 +0900
commitde3a1749de544f44489e96e4f6ba96700d884fb2 (patch)
tree684c85b85e3909246f36800965ad1e4950315b64 /fnl/nvrc/statusline.fnl
parent2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5 (diff)
downloadnvimrc-de3a1749de544f44489e96e4f6ba96700d884fb2.tar.gz
nvimrc-de3a1749de544f44489e96e4f6ba96700d884fb2.zip
feat(ui): remove bufno
Diffstat (limited to 'fnl/nvrc/statusline.fnl')
-rw-r--r--fnl/nvrc/statusline.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/statusline.fnl b/fnl/nvrc/statusline.fnl
index 45af772..d386ded 100644
--- a/fnl/nvrc/statusline.fnl
+++ b/fnl/nvrc/statusline.fnl
@@ -34,7 +34,7 @@
                                         (diagnostics)
                                         "%="
                                         "%#StatusLineAccentBold#"
-                                        "%y *%n "])))
+                                        "%y "])))
 
 (ag! ui-statusline
   (au! [WinEnter BufEnter] * #(setl! statusline "%!v:lua.statusline.enable()"))