We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ff687 commit e827cd7Copy full SHA for e827cd7
1 file changed
init.lua
@@ -893,7 +893,9 @@ require('lazy').setup({
893
-- default behavior. For example, here we set the section for
894
-- cursor location to LINE:COLUMN
895
---@diagnostic disable-next-line: duplicate-set-field
896
- statusline.section_location = function() return '%2l:%-2v' end
+ statusline.section_location = function()
897
+ return '%2l:%-2v - %L'
898
+ end
899
900
-- ... and there is more!
901
-- Check out: https://github.com/nvim-mini/mini.nvim
0 commit comments