diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-02 21:05:29 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-02 23:12:59 -0400 |
| commit | fd2e304fb169ab013f864896d598fcd2ebd4228c (patch) | |
| tree | 251e9a9565fe152d783a7d5137e9bb6918f64ed1 /pkgs/custom-neovim | |
| parent | fb01120809379948eae622b6fa266b4cdb51c3a9 (diff) | |
neovim: install auto-session
Diffstat (limited to 'pkgs/custom-neovim')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index a0d6f03..3c62a23 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -19,10 +19,11 @@ in tabby-nvim # Tab bar. lualine-nvim # Status line. # alpha-nvim # Dashboard. - persisted-nvim # Session manager. + # persisted-nvim # Session manager. snacks-nvim # oil-nvim dropbar-nvim + auto-session # Colorschemes oxocarbon-nvim # IBM Carbon themes. |
