neovim-flake/modules/ui/colorizer/default.nix

7 lines
63 B
Nix
Raw Normal View History

_: {
imports = [
./colorizer.nix
./config.nix
];
}