From 5b34bbf514b94e2d004d634b497eaa7619bcef70 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Fri, 6 Dec 2024 20:48:46 -0300 Subject: [PATCH] feat(ide): session restoration --- lua/dot013/plugins/ide.lua | 5 +++++ neovim.nix | 1 + 2 files changed, 6 insertions(+) diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index e8c17ce..0b90516 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -85,4 +85,9 @@ return { "cloak-nvim", ft = { "sh" }, }, + + { + "vim-obsession", + cmd = "Obsess", + }, } diff --git a/neovim.nix b/neovim.nix index 83381b2..cd234db 100644 --- a/neovim.nix +++ b/neovim.nix @@ -41,6 +41,7 @@ telescope-nvim telescope-fzf-native-nvim tmux-nvim + vim-obsession ]; languageServers = with pkgs; [