From fe4b86c32033648f4106518810aaf716c03d6dfe Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Fri, 11 Jul 2025 17:24:54 +0800 Subject: [PATCH] Enable neovim auto-session plugin. --- suites/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/suites/common.nix b/suites/common.nix index ccc900d..09fcf46 100644 --- a/suites/common.nix +++ b/suites/common.nix @@ -237,6 +237,7 @@ with lib; { clipboard.providers.wl-copy.enable = true; plugins = { + auto-session.enable = true; colorizer.enable = true; comment.enable = true; gitsigns.enable = true;