fix: disable nvim-session-manager autoload on startup
This commit is contained in:
parent
5ee4c41721
commit
15067c5995
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@
|
||||||
profile = "telescope";
|
profile = "telescope";
|
||||||
};
|
};
|
||||||
|
|
||||||
session.nvim-session-manager.enable = true;
|
session.nvim-session-manager = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts.autoload_mode = "Disabled";
|
||||||
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
# Harpoon
|
# Harpoon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue