From 8dc403a9f302fb165b27fb13eeed8d4fb4e09734 Mon Sep 17 00:00:00 2001 From: Jannik Buhr Date: Mon, 1 Jul 2024 11:39:36 +0200 Subject: [PATCH] re-enble ts textobjects --- lua/plugins/treesitter.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index e170a2d..f2c6178 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -3,12 +3,9 @@ return { 'nvim-treesitter/nvim-treesitter', dev = false, dependencies = { - -- { - -- -- currently broken for R - -- 'nvim-treesitter/nvim-treesitter-textobjects', - -- dev = false, - -- enabled = false, - -- }, + { + 'nvim-treesitter/nvim-treesitter-textobjects', + }, }, run = ':TSUpdate', config = function()