temp commented yazi plugins

This commit is contained in:
Matt Nish-Lapidus 2025-05-19 23:11:40 -04:00
parent 9072e16503
commit 55b21eb33f
2 changed files with 16 additions and 16 deletions

0
a.out
View file

View file

@ -163,12 +163,12 @@
# { mime = "{image,audio,video}/*"; run = "mediainfo";} # { mime = "{image,audio,video}/*"; run = "mediainfo";}
# { mime = "application/x-subrip"; run = "mediainfo";} # { mime = "application/x-subrip"; run = "mediainfo";}
{ name = "*.csv"; run = "rich-preview"; } # { name = "*.csv"; run = "rich-preview"; }
{ name = "*.md"; run = "rich-preview" ; } # { name = "*.md"; run = "rich-preview" ; }
{ name = "*.rst"; run = "rich-preview"; } # { name = "*.rst"; run = "rich-preview"; }
{ name = "*.ipynb"; run = "rich-preview"; } # { name = "*.ipynb"; run = "rich-preview"; }
{ name = "*.json"; run = "rich-preview"; } # { name = "*.json"; run = "rich-preview"; }
{ name = "*.org"; run = "rich-preview"; } # { name = "*.org"; run = "rich-preview"; }
# Office Documents # Office Documents
{ mime = "application/openxmlformats-officedocument.*"; run = "office"; } { mime = "application/openxmlformats-officedocument.*"; run = "office"; }
@ -200,16 +200,16 @@
# run = "mime-ext"; # run = "mime-ext";
# prio = "high"; # prio = "high";
# } # }
{ # {
id = "git"; # id = "git";
name = "*"; # name = "*";
run = "git"; # run = "git";
} # }
{ # {
id = "git"; # id = "git";
name = "*/"; # name = "*/";
run = "git"; # run = "git";
} # }
]; ];
}; };
tasks = { tasks = {