new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c3127f1226 - Show all commits

View File

@ -761,11 +761,11 @@ require('lazy').setup {
statusline.setup()
-- You can configure sections in the statusline by overriding their
-- default behavior. For example, here we disable the section for
-- cursor information because line numbers are already enabled
-- default behavior. For example, here we set the section for
-- cursor location to LINE:COLUMN
---@diagnostic disable-next-line: duplicate-set-field
statusline.section_location = function()
return ''
return '%2l:%-2v'
end
-- ... and there is more!