From e9d5587430ebf0c5ef3a27fd35fd190410082b29 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 13:33:55 -0500 Subject: [PATCH] ci: typing --- config/nvim/lua/plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/plugins/git.lua b/config/nvim/lua/plugins/git.lua index 02e98d3..b41fb66 100644 --- a/config/nvim/lua/plugins/git.lua +++ b/config/nvim/lua/plugins/git.lua @@ -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