mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 17:34:34 +02:00
feat(autocmds): close InspectTree window with q
This commit is contained in:
parent
0bff29c07a
commit
e54d0dde62
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||||
"man",
|
"man",
|
||||||
"notify",
|
"notify",
|
||||||
"qf",
|
"qf",
|
||||||
|
"query",
|
||||||
"spectre_panel",
|
"spectre_panel",
|
||||||
"startuptime",
|
"startuptime",
|
||||||
"tsplayground",
|
"tsplayground",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue