Remove some neovim stuff and restrict commafeed memory
This commit is contained in:
parent
497511a4e9
commit
0639f3ff2e
6 changed files with 14 additions and 38 deletions
home/features/cli/fish
|
@ -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
|
||||
];
|
||||
# }}}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue