nix-config/modules/nixvim/filetypes.nix

18 lines
289 B
Nix
Raw Normal View History

2025-07-26 02:35:57 +01:00
{
flake.modules.nixvim.custom.filetype = {
extension = {
"neon.dist" = "yaml";
inc = "php";
install = "php";
module = "php";
neon = "yaml";
pcss = "scss";
theme = "php";
};
filename = {
"composer.lock" = "json";
};
};
}