Merge 'upstream/master' Change mini.statusline location format to LINE:COLUMN

This commit is contained in:
Damjan 9000 2024-02-28 19:57:41 +01:00
commit d6d745da33

View File

@ -21,6 +21,9 @@ return {
-- You could remove this setup call if you don't like it,
-- and try some other statusline plugin
require('mini.statusline').setup()
MiniStatusline.section_location = function()
return '%2l:%-2v'
end
-- ... and there is more!
-- Check out: https://github.com/echasnovski/mini.nvim