mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(treesitter): added ]f, [f, ]F, [F, ]c, ]C, [c, [C for treesitter-textobjects
This commit is contained in:
parent
626ae1338a
commit
0e66ef8393
2 changed files with 9 additions and 24 deletions
|
@ -179,7 +179,6 @@ return {
|
|||
-- { "i", mode = { "x", "o" } },
|
||||
-- },
|
||||
event = "VeryLazy",
|
||||
dependencies = { "nvim-treesitter-textobjects" },
|
||||
opts = function()
|
||||
local ai = require("mini.ai")
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue