From 32d2ebd07fd5a53d769812922a64daccdda15516 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Sat, 7 Dec 2024 12:21:53 -0300 Subject: [PATCH] fix: missing packages in neovim.nix --- neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim.nix b/neovim.nix index cd234db..bc33760 100644 --- a/neovim.nix +++ b/neovim.nix @@ -26,6 +26,7 @@ optPlugins = with pkgs; with pkgs.vimPlugins; [ auto-save-nvim + auto-session blink-cmp cloak-nvim friendly-snippets @@ -41,7 +42,6 @@ telescope-nvim telescope-fzf-native-nvim tmux-nvim - vim-obsession ]; languageServers = with pkgs; [