Fixed treesitter tag autoclose (#3)
This commit is contained in:
parent
d7937a765c
commit
baf5c69e15
|
@ -4,7 +4,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
dependencies = {
|
||||
{ "nvim-treesitter/nvim-treesitter-textobjects", branch = "master" },
|
||||
"windwp/nvim-ts-autotag",
|
||||
{ "windwp/nvim-ts-autotag", opts = {} },
|
||||
},
|
||||
lazy = false,
|
||||
branch = "master",
|
||||
|
@ -71,9 +71,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user