All checks were successful
/ check (push) Successful in 57s
https://shapeshed.com/vim-templates
9 lines
151 B
Nix
9 lines
151 B
Nix
{
|
|
flake.modules.nixvim.custom.autoCmd = [
|
|
{
|
|
event = "BufNewFile";
|
|
pattern = [ "*.php" ];
|
|
command = "0r ${./php}";
|
|
}
|
|
];
|
|
}
|