fix(buffer): ignore dressing as input (#89)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-19 11:52:52 -04:00 committed by GitHub
parent 01cdff67da
commit 6ba2143fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,7 @@ E.setup = function(var, refresh)
"TelescopePrompt", "TelescopePrompt",
"gitcommit", "gitcommit",
"gitrebase", "gitrebase",
"DressingInput",
} }
if if
not vim.tbl_contains(exclude_buftypes, vim.bo.buftype) not vim.tbl_contains(exclude_buftypes, vim.bo.buftype)