fix: disable nvim-session-manager autoload on startup

This commit is contained in:
antoine 2026-04-18 10:27:24 +02:00
parent 5ee4c41721
commit 15067c5995
Signed by: antoine
GPG key ID: 9EB6BAADC51B6133

View file

@ -16,7 +16,10 @@
profile = "telescope";
};
session.nvim-session-manager.enable = true;
session.nvim-session-manager = {
enable = true;
setupOpts.autoload_mode = "Disabled";
};
keymaps = [
# Harpoon