nix-config/modules/nixvim/templates/default.nix

10 lines
151 B
Nix
Raw Permalink Normal View History

{
flake.modules.nixvim.custom.autoCmd = [
{
event = "BufNewFile";
pattern = [ "*.php" ];
command = "0r ${./php}";
}
];
}