yazi updates, misc
This commit is contained in:
parent
8e58c5c986
commit
e9c6a1a6da
12 changed files with 1270 additions and 32 deletions
|
@ -25,7 +25,6 @@
|
|||
transmission_4-gtk
|
||||
wl-clipboard
|
||||
clipse
|
||||
maim
|
||||
wayland-utils
|
||||
libheif.out
|
||||
rpi-imager
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 = "*";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue