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 a487fed commit 1ee8159Copy full SHA for 1ee8159
init.lua
@@ -762,6 +762,9 @@ require('lazy').setup {
762
-- You could remove this setup call if you don't like it,
763
-- and try some other statusline plugin
764
require('mini.statusline').setup()
765
+ MiniStatusline.section_location = function()
766
+ return '%2l:%-2v'
767
+ end
768
769
-- ... and there is more!
770
-- Check out: https://github.com/echasnovski/mini.nvim
0 commit comments