summaryrefslogtreecommitdiff
path: root/lua/nv-closetag/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nv-closetag/init.lua')
-rw-r--r--lua/nv-closetag/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nv-closetag/init.lua b/lua/nv-closetag/init.lua
new file mode 100644
index 00000000..8c116410
--- /dev/null
+++ b/lua/nv-closetag/init.lua
@@ -0,0 +1,3 @@
+vim.g.closetag_filenames = '*.html,*.xhtml,*.phtml'
+vim.g.closetag_xhtml_filenames = '*.xhtml,*.jsx,*.js'
+vim.g.closetag_filetypes = 'html,xhtml,phtml,javascript,javascriptreact'