From 93aad7b0dadf4a0573cc5e17316af0af471334b3 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 30 Jul 2023 12:11:47 +0300 Subject: [PATCH] dev: disable session manager to avoid filetree conflicts --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 1438b00..f94ab02 100644 --- a/configuration.nix +++ b/configuration.nix @@ -210,7 +210,7 @@ inputs: let }; vim.session = { - nvim-session-manager.enable = isMaximal; + nvim-session-manager.enable = false; }; vim.gestures = {