From 93cb15854ecc0a8e9a435a2a2203343c7739a9f4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 30 Jan 2023 22:07:04 +0000 Subject: [PATCH] nvim: treesitter: enable autotag --- after/plugin/treesitter.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 427a120..9efd97e 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -7,6 +7,9 @@ end local parser_install_dir = vim.fn.stdpath('data') .. "/site"; configs.setup { + autotag = { + enable = true, + }, context_commenting = { enable = true, },