ci: typing

This commit is contained in:
Barrett Ruth 2026-03-05 13:33:55 -05:00
parent 7694f75881
commit e9d5587430
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

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