Merge branch 'nvim-lua:master' into master

This commit is contained in:
Goldyr 2024-02-28 17:15:38 -03:00 committed by GitHub
commit 92cce2578e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -764,6 +764,9 @@ require('lazy').setup {
-- 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