add(nvim): text objects for treesitter

This commit is contained in:
Léana 江 2023-11-11 01:41:08 +01:00 committed by Léana 江
parent c6f1a7491b
commit 5a675492f1
3 changed files with 45 additions and 1 deletions

View file

@ -130,7 +130,11 @@ require "lazy".setup {
----------------
-- TreeSitter --
----------------
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{
"nvim-treesitter/nvim-treesitter",
dependencies = "nvim-treesitter/nvim-treesitter-textobjects",
build = ":TSUpdate"
},
{ "nvim-treesitter/nvim-treesitter-context", enabled = false },
{ "nvim-treesitter/playground", enabled = false },