1
Fork 0

Remove some neovim stuff and restrict commafeed memory

This commit is contained in:
prescientmoon 2024-02-25 06:34:40 +01:00
parent 497511a4e9
commit 0639f3ff2e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 14 additions and 38 deletions
home/features/cli/fish

View file

@ -33,7 +33,6 @@ in
enable = true;
defaultOptions = [ "--no-scrollbar" ];
changeDirWidgetOptions = [
"--preview '${lib.getExe pkgs.eza} --icons --tree --color=always {}'"
];
@ -87,7 +86,7 @@ in
satellite.persistence.at.state.apps.fish.directories = [
"${config.xdg.dataHome}/fish"
"${config.xdg.dataHome}/z" # The z fish plugin
"${config.xdg.dataHome}/z" # The z fish plugin requires this
];
# }}}
}