From d3beae3318c7e80d2bd522e07bab240460b6f62f Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 25 May 2024 12:40:31 +0900 Subject: fix(statusline): fix long filepath truncating other indicators --- fnl/nvrc/statusline.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/statusline.fnl b/fnl/nvrc/statusline.fnl index c49d992..c202fd5 100644 --- a/fnl/nvrc/statusline.fnl +++ b/fnl/nvrc/statusline.fnl @@ -29,7 +29,7 @@ "▊ " "%#StatusLine#" "%#StatusLineAccentBold#" - "%f%m%r " + "%<%f%m%r " "%#StatusLine#" "%l:%c | " (diagnostics) -- cgit 1.4.1