ci: format
This commit is contained in:
parent
e9d5587430
commit
b4645fbf29
4 changed files with 25 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue