mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
packer: add git dependency
This commit is contained in:
parent
3dceb67a34
commit
d32ed07d0e
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.nixvim = {
|
||||
extraPlugins = [ (pkgs.vimPlugins.packer-nvim.overrideAttrs (_: { pname = "packer.nvim"; })) ];
|
||||
extraPackages = [ pkgs.git ];
|
||||
|
||||
extraConfigLua = let
|
||||
plugins = map (plugin: if isAttrs plugin then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue