tried to add templ tag closing

This commit is contained in:
Nickiel12 2024-01-15 13:50:22 -08:00
parent a8e922730a
commit df788c1ced

View file

@ -185,7 +185,10 @@ in
openOnSetup = true;
};
ts-autotag.enable = true;
ts-autotag = {
enable = true;
filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ];
};
nvim-autopairs = {
enable = true;
checkTs = true;