enable treesitter-autotag
This commit is contained in:
@@ -6,4 +6,7 @@ require("nvim-treesitter.configs").setup({
|
|||||||
context_commentstring = {
|
context_commentstring = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
autotag = {
|
||||||
|
enable = true
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user