From 5179064643354b6046ab249f65855278839034bb Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 15 Mar 2024 23:26:23 +0100 Subject: [PATCH] add treesitter-textobjects --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index ebc204f..dac55d5 100644 --- a/init.lua +++ b/init.lua @@ -841,6 +841,9 @@ require('lazy').setup({ -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects end, }, + { + 'nvim-treesitter/nvim-treesitter-textobjects', + }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and