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

7 lines
60 B
Nix
Raw Normal View History

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