Skip to content

Commit 9941329

Browse files
committed
fix: improve statusline
1 parent e44a60b commit 9941329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/user/statusline.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ function StatusLine()
197197
.. rel_path
198198
.. "%m%r%="
199199
.. diag_str
200+
.. "%P [%l : %c]"
200201
.. (ft ~= "" and "[" .. ft .. "]" or "")
201-
.. "[ %l:%c ] "
202202
end
203203

204204
vim.o.statusline = "%!v:lua.StatusLine()"

0 commit comments

Comments
 (0)