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

This commit is contained in:
Amaan Qureshi 2023-03-22 00:40:19 -04:00
parent 049c84509c
commit 8dbc7447e2
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -48,7 +48,6 @@ vim.api.nvim_create_autocmd("FileType", {
"man", "man",
"notify", "notify",
"qf", "qf",
"query", -- :InspectTree
"spectre_panel", "spectre_panel",
"startuptime", "startuptime",
"tsplayground", "tsplayground",