feat(ide): session restoration

This commit is contained in:
Guz
2024-12-06 20:48:46 -03:00
parent 925b24584a
commit 5b34bbf514
2 changed files with 6 additions and 0 deletions

View File

@@ -85,4 +85,9 @@ return {
"cloak-nvim", "cloak-nvim",
ft = { "sh" }, ft = { "sh" },
}, },
{
"vim-obsession",
cmd = "Obsess",
},
} }

View File

@@ -41,6 +41,7 @@
telescope-nvim telescope-nvim
telescope-fzf-native-nvim telescope-fzf-native-nvim
tmux-nvim tmux-nvim
vim-obsession
]; ];
languageServers = with pkgs; [ languageServers = with pkgs; [