mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
Reference in a new issue