From 481671632474da77fd2fee65e5b8931b3438ff46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 11 Nov 2023 14:01:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20autotag=20not=20wor?= =?UTF-8?q?king?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/treesitter.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index eff22ad1..57e2fb7a 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -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",