diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 15:04:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 15:04:14 +0900 |
commit | de3a1749de544f44489e96e4f6ba96700d884fb2 (patch) | |
tree | 684c85b85e3909246f36800965ad1e4950315b64 | |
parent | 2fe7a4649ef22e0e08f3abcdc59bd2a59e9ab1e5 (diff) | |
download | nvimrc-de3a1749de544f44489e96e4f6ba96700d884fb2.tar.gz nvimrc-de3a1749de544f44489e96e4f6ba96700d884fb2.zip |
feat(ui): remove bufno
-rw-r--r-- | fnl/nvrc/statusline.fnl | 2 |
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()")) |