From 99c361f708924ddc63599115580bda537cc7f119 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 10 Dec 2024 00:31:34 +0100 Subject: [PATCH] fix(autocmds): remove snacks_win from close_with_q, since they have their own keymaps --- lua/lazyvim/config/autocmds.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/config/autocmds.lua b/lua/lazyvim/config/autocmds.lua index 7e6018fa..a86594a3 100644 --- a/lua/lazyvim/config/autocmds.lua +++ b/lua/lazyvim/config/autocmds.lua @@ -66,7 +66,6 @@ vim.api.nvim_create_autocmd("FileType", { "neotest-summary", "notify", "qf", - "snacks_win", "spectre_panel", "startuptime", "tsplayground",