nvim: treesitter: enable autotag

This commit is contained in:
Oliver Davies 2023-01-30 22:07:04 +00:00
parent 559617280d
commit 93cb15854e

View file

@ -7,6 +7,9 @@ end
local parser_install_dir = vim.fn.stdpath('data') .. "/site";
configs.setup {
autotag = {
enable = true,
},
context_commenting = {
enable = true,
},