add color for imdl
This commit is contained in:
parent
589c03f4ec
commit
f02ef3f9ca
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue