fix: autosave.nvim & yazi

This commit is contained in:
Ryan Yin
2023-12-06 22:49:28 +08:00
parent 087d38487c
commit 601fcafd31
2 changed files with 57 additions and 11 deletions

View File

@@ -39,8 +39,9 @@
yazi = {
enable = true;
package = pkgs-unstable.yazi;
enableNushellIntegration = true;
enableBashIntegration = true;
# TODO: nushellIntegration is broken on release-23.11, wait for master's fix to be released
enableNushellIntegration = false;
};
};