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