🐛 fix(nvim): autotag not working

This commit is contained in:
Sergio Laín 2023-11-11 14:01:19 +01:00
parent 0b7eaefe11
commit 4816716324
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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",