From a8988aa9c28cf2fd47ac96b7b7a39b0ab128eeec Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 1 Jun 2026 14:39:06 +0200 Subject: misc(nvim): explicit autocommand description --- after/ftplugin/gitcommit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/ftplugin/gitcommit.lua') diff --git a/after/ftplugin/gitcommit.lua b/after/ftplugin/gitcommit.lua index 26cac51..856f8bd 100644 --- a/after/ftplugin/gitcommit.lua +++ b/after/ftplugin/gitcommit.lua @@ -11,7 +11,7 @@ vim.opt_local.complete = { } vim.api.nvim_create_autocmd("BufWinEnter", { - desc = "Set up gitcommit buffer", + desc = "Show cached git diff", group = vim.g.dotfiles.augroup, buffer = 0, callback = function() -- cgit v1.3.1