We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce0a02 commit dbd48e2Copy full SHA for dbd48e2
init.lua
@@ -761,11 +761,11 @@ require('lazy').setup {
761
statusline.setup()
762
763
-- You can configure sections in the statusline by overriding their
764
- -- default behavior. For example, here we disable the section for
765
- -- cursor information because line numbers are already enabled
+ -- default behavior. For example, here we set the section for
+ -- cursor location to LINE:COLUMN
766
---@diagnostic disable-next-line: duplicate-set-field
767
statusline.section_location = function()
768
- return ''
+ return '%2l:%-2v'
769
end
770
771
-- ... and there is more!
0 commit comments