fix(buffer): ignore dressing as input (#89)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user