Skip to content

Commit

Permalink
re-enble ts textobjects
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jul 1, 2024
1 parent a35569f commit 8d3a51a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8d3a51a

Please sign in to comment.