nvim: autocmd: Do not run AnsiEsc on loading of log files
This commit is contained in:
parent
1325929554
commit
758e624b07
1 changed files with 0 additions and 7 deletions
|
@ -36,13 +36,6 @@ local aucmd_dict = {
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
BufEnter = {
|
|
||||||
{
|
|
||||||
group = "custom_group",
|
|
||||||
pattern = "*.log",
|
|
||||||
command = ":AnsiEsc"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
VimLeave = {
|
VimLeave = {
|
||||||
{
|
{
|
||||||
group = "custom_group",
|
group = "custom_group",
|
||||||
|
|
Loading…
Reference in a new issue