mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
plugins/lualine: use gitPackage
This commit is contained in:
parent
831c814bb3
commit
ce6573424d
2 changed files with 13 additions and 1 deletions
|
@ -114,4 +114,11 @@
|
|||
extensions = [ "nvim-tree" ];
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.lualine = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue