From df788c1cedf70ed29b37206722d9c196b37b34a5 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 15 Jan 2024 13:50:22 -0800 Subject: [PATCH] tried to add templ tag closing --- modules/neovim.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/neovim.nix b/modules/neovim.nix index bc2e78c..642cb29 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -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;