Compare commits

...

2 Commits

Author SHA1 Message Date
Damjan 9000
2ea6bf6fea Merge upstream: Fix mini.ai example 2026-05-10 20:02:41 +02:00
orip
4b065ad2f7 Fix mini.ai example 2026-04-22 17:59:57 +03:00

View File

@ -8,7 +8,7 @@ return {
--
-- Examples:
-- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [I]next [Q]uote
-- - yiiq - [Y]ank [I]nside [I]+1 [Q]uote
-- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup {
-- NOTE: Avoid conflicts with the built-in incremental selection mappings on Neovim>=0.12 (see `:help treesitter-incremental-selection`)