summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after
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
commitfa5e3e78b7b20985e2bf570105b388e998b89f4c (patch)
tree7ada02012db0c49277be02b16d14af4909ab7557 /.config/nvim/after
parentc72bebb8c84ecc36bec493a39d2759b948cbe728 (diff)
downloaddotfiles-fa5e3e78b7b20985e2bf570105b388e998b89f4c.tar.gz
dotfiles-fa5e3e78b7b20985e2bf570105b388e998b89f4c.zip
misc(nvim): explicit autocommand description
Diffstat (limited to '.config/nvim/after')
-rw-r--r--.config/nvim/after/ftplugin/gitcommit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/ftplugin/gitcommit.lua b/.config/nvim/after/ftplugin/gitcommit.lua
index 26cac51..856f8bd 100644
--- a/.config/nvim/after/ftplugin/gitcommit.lua
+++ b/.config/nvim/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()