summaryrefslogtreecommitdiffstats
path: root/after/ftplugin/gitcommit.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-01 14:39:06 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-01 18:54:59 +0200
commita8988aa9c28cf2fd47ac96b7b7a39b0ab128eeec (patch)
tree93a4b7891354c1d565252df9f2f6f0e2754dabcf /after/ftplugin/gitcommit.lua
parentbeaf5c7344c5bb978a634caf86750737a753c1b7 (diff)
downloadnvim-config-a8988aa9c28cf2fd47ac96b7b7a39b0ab128eeec.tar.gz
nvim-config-a8988aa9c28cf2fd47ac96b7b7a39b0ab128eeec.zip
misc(nvim): explicit autocommand description
Diffstat (limited to 'after/ftplugin/gitcommit.lua')
-rw-r--r--after/ftplugin/gitcommit.lua2
1 files changed, 1 insertions, 1 deletions
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()