aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-25 12:40:31 +0900
committersefidel <contact@sefidel.net>2024-05-25 12:40:31 +0900
commitd3beae3318c7e80d2bd522e07bab240460b6f62f (patch)
tree717fe3c0d013b54424440b94a5cf79e45b16672c
parentc3c3446356e32c5666bb0ccfffea6f3b2cfc3ab6 (diff)
downloadnvimrc-d3beae3318c7e80d2bd522e07bab240460b6f62f.zip
fix(statusline): fix long filepath truncating other indicators
-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 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)