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 18b919c commit 465d6f2Copy full SHA for 465d6f2
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