nix-community.nixvim/plugins/default.nix

7 lines
86 B
Nix
Raw Normal View History

2020-12-30 01:05:51 +00:00
{
imports = [
./statuslines/lightline.nix
./colorschemes/gruvbox.nix
];
}