test
This commit is contained in:
parent
6c28ff9429
commit
4d1f98ea56
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
nvchad-ui
|
nvchad-ui
|
||||||
];
|
];
|
||||||
configure = {
|
configure = {
|
||||||
packages.myVimPackage = with pkgs.vimPlugins {
|
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||||
start = [
|
start = [
|
||||||
nvchad
|
nvchad
|
||||||
nvchad-ui
|
nvchad-ui
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue