nix-config/modules/nixvim/filetypes.nix
Oliver Davies e06e46b65d
All checks were successful
/ check (push) Successful in 52s
Enable terraformls
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-11-04 02:03:40 +00:00

18 lines
313 B
Nix

{
flake.modules.nixvim.custom.filetype = {
extension = {
"neon.dist" = "yaml";
inc = "php";
install = "php";
module = "php";
neon = "yaml";
pcss = "scss";
tf = "terraform";
theme = "php";
};
filename = {
"composer.lock" = "json";
};
};
}