Skip to content

Commit

Permalink
🔧 (nixvim): disable auto-session
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Oct 15, 2024
1 parent c2af390 commit 22657e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/home/opt/nvim/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ let
};
enable = lib.mkForce true;
};
plugins.auto-session = {
enable = lib.mkForce false;
};
plugins.obsidian = {
enable = lib.mkForce true;
settings = {
Expand Down

0 comments on commit 22657e8

Please sign in to comment.