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;