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

This commit is contained in:
Amaan Qureshi 2023-03-22 04:03:02 -04:00 committed by GitHub
parent 049c84509c
commit b0cef1f506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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