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

@ -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;