From 7cbefbb9acea27c18718d32a3c20b87886971e8a Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 1 Oct 2024 23:48:41 +0900 Subject: Add the remaining plugin-settings --- plugin-settings/nvim-ts-autotag.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin-settings/nvim-ts-autotag.lua (limited to 'plugin-settings/nvim-ts-autotag.lua') diff --git a/plugin-settings/nvim-ts-autotag.lua b/plugin-settings/nvim-ts-autotag.lua new file mode 100644 index 0000000..92c7ea3 --- /dev/null +++ b/plugin-settings/nvim-ts-autotag.lua @@ -0,0 +1,8 @@ +require('nvim-ts-autotag').setup({ + opts = { + -- Defaults + enable_close = true, -- Auto close tags + enable_rename = true, -- Auto rename pairs of tags + enable_close_on_slash = false -- Auto close on trailing