yazi updates, misc

This commit is contained in:
Matt Nish-Lapidus 2025-02-23 12:42:17 -05:00
parent 8e58c5c986
commit e9c6a1a6da
12 changed files with 1270 additions and 32 deletions

View file

@ -25,7 +25,6 @@
transmission_4-gtk
wl-clipboard
clipse
maim
wayland-utils
libheif.out
rpi-imager

View file

@ -56,7 +56,7 @@
nurl
fastfetch
nvd
ripgrep-all
# ripgrep-all
silver-searcher
powertop
age
@ -64,6 +64,7 @@
manix
caligula
sqlite
yaml-language-server
typescript-language-server
@ -86,6 +87,10 @@
marksman
ruff-lsp
haskell-language-server
emacs-lsp-booster
zstd
black
jsbeautifier
@ -168,6 +173,7 @@
};
ripgrep = {
enable = true;
package = (pkgs.ripgrep.override {withPCRE2 = true;});
};
thefuck = {
enableFishIntegration = true;

View file

@ -36,6 +36,7 @@
{ on = "<Enter>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Right>"; run = "plugin smart-enter"; desc = "Enter the child directory, or open the file"; }
{ on = "<Backspace>"; run = "remove"; }
{ on = ["t" "i"]; run = "inspect"; desc = "inspect"; }
];
};
settings = {
@ -65,6 +66,7 @@
{ mime = "application/x-7z-compressed"; run = "ouch"; }
{ mime = "application/x-rar"; run = "ouch"; }
{ mime = "application/x-xz"; run = "ouch"; }
{ mime = "application/octet-stream"; run = "ouch"; }
{ name = "*"; run = "file-extra-metadata"; }
{ name = "*.md"; run = "glow"; }
@ -76,6 +78,12 @@
{ name = "*"; run = "file-extra-metadata"; }
];
prepend_fetchers = [
{
id = "mime";
name = "*";
run = "mime-ext";
prio = "high";
}
{
id = "git";
name = "*";