Fixed treesitter tag autoclose (#3)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user