mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
modules/dependencies: add git
This commit is contained in:
parent
30c4d00b72
commit
9abe8fd025
26 changed files with 179 additions and 149 deletions
|
@ -441,11 +441,12 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.web-devicons.enable = false;
|
||||
plugins.neo-tree = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
plugins = {
|
||||
web-devicons.enable = true;
|
||||
neo-tree.enable = true;
|
||||
};
|
||||
|
||||
dependencies.git.enable = false;
|
||||
};
|
||||
|
||||
no-icons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue