mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-23 04:05:20 +02:00
fix(autocmds): remove query from q-to-quit autocmd (#2838)
This commit is contained in:
parent
9b7e4b7c03
commit
9337db17c2
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue