enable treesitter-autotag

This commit is contained in:
2022-02-10 10:40:24 +03:00
parent d5f9b5b3ab
commit 7365310c62

View File

@@ -6,4 +6,7 @@ require("nvim-treesitter.configs").setup({
context_commentstring = {
enable = true,
},
autotag = {
enable = true
}
})