Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/nvim-0.11/plugin/30_mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ later(function()
-- to find textobject covering cursor, then try to find to the right.
-- Although this works in most cases, some are confusing. It is more robust to
-- always try to search only covering textobject and explicitly ask to search
-- for next (`an`/`in`) or last (`an`/`il`).
-- for next (`an`/`in`) or last (`al`/`il`).
-- Try this. If you don't like it - delete next line and this comment.
search_method = 'cover',
})
Expand Down