fix(autocmds): remove query from q-to-quit autocmd

This commit is contained in:
Amaan Qureshi 2024-03-26 20:47:11 -04:00
parent 7d570fad79
commit b4d2fb9b8f
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -59,7 +59,6 @@ vim.api.nvim_create_autocmd("FileType", {
"lspinfo", "lspinfo",
"notify", "notify",
"qf", "qf",
"query",
"spectre_panel", "spectre_panel",
"startuptime", "startuptime",
"tsplayground", "tsplayground",