nvim: treesitter: enable autotag

This commit is contained in:
Oliver Davies 2023-01-30 22:07:04 +00:00
parent 17b8a7c815
commit 555b954c9a
2 changed files with 4 additions and 0 deletions
config/neovim/after/plugin

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,
},