This commit is contained in:
jorgenwh 2024-06-17 22:39:03 +02:00
parent f0d9ed52c0
commit e037b3ab4a
4 changed files with 28 additions and 19 deletions

View file

@ -28,7 +28,7 @@ return { -- Collection of various small independent plugins/modules
-- cursor location to LINE:COLUMN
---@diagnostic disable-next-line: duplicate-set-field
statusline.section_location = function()
return '%2l:%-2v'
return '%2l:%-2v/%L'
end
-- ... and there is more!