nvim: autocmd: Do not run AnsiEsc on loading of log files

This commit is contained in:
Sanchayan Maity 2022-03-27 16:11:55 +05:30
parent 1325929554
commit 758e624b07
1 changed files with 0 additions and 7 deletions

View File

@ -36,13 +36,6 @@ local aucmd_dict = {
end,
}
},
BufEnter = {
{
group = "custom_group",
pattern = "*.log",
command = ":AnsiEsc"
}
},
VimLeave = {
{
group = "custom_group",