summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8d1d2a8..a21ee41 100644
--- a/flake.nix
+++ b/flake.nix
@@ -111,7 +111,9 @@
general = with pkgs.vimPlugins; {
always = [ lze lzextras ];
-
+ libraries = [ plenary-nvim ];
+ editor = [ vim-repeat ];
+ ui = [ nvim-notify ];
extra = [ nvim-web-devicons ];
};