feat(autocmds): close InspectTree window with q

This commit is contained in:
Folke Lemaitre 2023-09-26 13:27:18 +02:00
parent 0bff29c07a
commit e54d0dde62
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -55,6 +55,7 @@ vim.api.nvim_create_autocmd("FileType", {
"man",
"notify",
"qf",
"query",
"spectre_panel",
"startuptime",
"tsplayground",