diff options
Diffstat (limited to 'fnl')
-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()")) |