diff options
author | sefidel <contact@sefidel.net> | 2024-05-25 12:40:31 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-25 12:40:31 +0900 |
commit | d3beae3318c7e80d2bd522e07bab240460b6f62f (patch) | |
tree | 717fe3c0d013b54424440b94a5cf79e45b16672c /fnl | |
parent | c3c3446356e32c5666bb0ccfffea6f3b2cfc3ab6 (diff) | |
download | nvimrc-d3beae3318c7e80d2bd522e07bab240460b6f62f.tar.gz nvimrc-d3beae3318c7e80d2bd522e07bab240460b6f62f.zip |
fix(statusline): fix long filepath truncating other indicators
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 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) |