diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 14:39:06 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-01 18:54:59 +0200 |
| commit | fa5e3e78b7b20985e2bf570105b388e998b89f4c (patch) | |
| tree | 7ada02012db0c49277be02b16d14af4909ab7557 | |
| parent | c72bebb8c84ecc36bec493a39d2759b948cbe728 (diff) | |
| download | dotfiles-fa5e3e78b7b20985e2bf570105b388e998b89f4c.tar.gz dotfiles-fa5e3e78b7b20985e2bf570105b388e998b89f4c.zip | |
misc(nvim): explicit autocommand description
| -rw-r--r-- | .config/nvim/after/ftplugin/gitcommit.lua | 2 |
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() |
