mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-24 21:41:08 +00:00
fix(autocmd): remove query from q-to-quit autocmd (#473)
This commit is contained in:
parent
049c84509c
commit
b0cef1f506
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue