Enable neovim auto-session plugin.

This commit is contained in:
Fern Garden 2025-07-11 17:24:54 +08:00
parent 26519aad52
commit fe4b86c320

View file

@ -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;