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 = " ";
};
filetype.extension = {
templ = "templ";
};
options = {
autoindent = true;
expandtab = true;
@ -167,6 +171,7 @@ in
};
templ = {
enable = true;
autostart = true;
installLanguageServer = true;
};
html.enable = true;