diff options
author | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:09:22 +0530 |
---|---|---|
committer | Brahmajit Das <listout@listout.xyz> | 2025-08-06 06:09:22 +0530 |
commit | 83caa6865ed951559123f664a5aeaeeabdcc70dd (patch) | |
tree | f9d6270683bb8291653d16a6bca75ef2025d5f64 | |
parent | db2610c742f2b4c721b7ff102cc6bf114eede557 (diff) |
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r-- | lua/config/autocmds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/autocmds.lua b/lua/config/autocmds.lua index 7688bb4..de6b82a 100644 --- a/lua/config/autocmds.lua +++ b/lua/config/autocmds.lua @@ -11,7 +11,7 @@ vim.api.nvim_create_autocmd("TextYankPost", { }) -- close some filetypes with <q> - vim.api.nvim_create_autocmd("FileType", { +vim.api.nvim_create_autocmd("FileType", { group = augroup("close_with_q"), pattern = { "diff", |