mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-24 12:44:49 +02: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",
|
||||
"notify",
|
||||
"qf",
|
||||
"query", -- :InspectTree
|
||||
"spectre_panel",
|
||||
"startuptime",
|
||||
"tsplayground",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue