🐛 fix(nvim): autotag not working
This commit is contained in:
parent
0b7eaefe11
commit
4816716324
1 changed files with 0 additions and 7 deletions
|
@ -4,7 +4,6 @@ return {
|
|||
---@type TSConfig
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
opts = {
|
||||
autotag = { enable = true },
|
||||
endwise = { enable = true },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
|
@ -72,12 +71,6 @@ return {
|
|||
"RRethy/nvim-treesitter-endwise",
|
||||
event = "BufRead",
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
event = "LazyFile",
|
||||
enabled = true,
|
||||
opts = { mode = "cursor" },
|
||||
},
|
||||
{
|
||||
"chrisgrieser/nvim-puppeteer",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
|
|
Loading…
Add table
Reference in a new issue