🐛 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 ---@type TSConfig
---@diagnostic disable-next-line: missing-fields ---@diagnostic disable-next-line: missing-fields
opts = { opts = {
autotag = { enable = true },
endwise = { enable = true }, endwise = { enable = true },
ensure_installed = { ensure_installed = {
"bash", "bash",
@ -72,12 +71,6 @@ return {
"RRethy/nvim-treesitter-endwise", "RRethy/nvim-treesitter-endwise",
event = "BufRead", event = "BufRead",
}, },
{
"nvim-treesitter/nvim-treesitter-context",
event = "LazyFile",
enabled = true,
opts = { mode = "cursor" },
},
{ {
"chrisgrieser/nvim-puppeteer", "chrisgrieser/nvim-puppeteer",
dependencies = "nvim-treesitter/nvim-treesitter", dependencies = "nvim-treesitter/nvim-treesitter",