Skip to content

Commit

Permalink
fix(autocmds): remove query from q-to-quit autocmd (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 15, 2024
1 parent 9b7e4b7 commit 9337db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazyvim/config/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ vim.api.nvim_create_autocmd("FileType", {
"lspinfo",
"notify",
"qf",
"query",
"spectre_panel",
"startuptime",
"tsplayground",
Expand Down

0 comments on commit 9337db1

Please sign in to comment.