added missing filetype

This commit is contained in:
Nickiel12 2024-01-11 21:13:06 -08:00
parent fb6bd3c116
commit a7b22a413f

View file

@ -19,6 +19,10 @@ in
mapleader = " "; mapleader = " ";
}; };
filetype.extension = {
templ = "templ";
};
options = { options = {
autoindent = true; autoindent = true;
expandtab = true; expandtab = true;
@ -167,6 +171,7 @@ in
}; };
templ = { templ = {
enable = true; enable = true;
autostart = true;
installLanguageServer = true; installLanguageServer = true;
}; };
html.enable = true; html.enable = true;