Trying to fix nvim plugins

This commit is contained in:
Bryan Ramos 2023-06-07 10:28:02 -04:00
parent d863e0e539
commit 8ea2f91e2a
5 changed files with 34 additions and 14 deletions

View file

@ -13,7 +13,9 @@ in
vimAlias = true;
# extraLuaConfig = import ./config/init.nix;
plugins = import (./config/plugins) { inherit pkgs lib; };
plugins = with pkgs.vimPlugins; [
LazyVim
];
extraPackages = import ./config/servers.nix { inherit pkgs; };
};
};