ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 13:42:50 -05:00
parent e9d5587430
commit b4645fbf29
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 25 additions and 3 deletions

View file

@ -2,7 +2,8 @@ vim.pack.add({
'https://github.com/tpope/vim-fugitive',
})
function _G._fugitive_stl() -- selene: allow(global_usage)
-- selene: allow(global_usage)
function _G._fugitive_stl()
local s = vim.fn.FugitiveStatusline()
return s ~= '' and s .. ' ' or ''
end