add color for imdl

This commit is contained in:
JMARyA 2024-03-14 02:11:44 +01:00
parent 589c03f4ec
commit f02ef3f9ca
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -3,6 +3,8 @@ local M = {}
function M:peek() function M:peek()
local child = Command("imdl") local child = Command("imdl")
:args({ :args({
"--color",
"always",
"-t", "-t",
"torrent", "torrent",
"show", "show",