Skip to content

Commit

Permalink
Fix comment about mini.ai example (#985)
Browse files Browse the repository at this point in the history
This example wasn't using `'` so this makes more sense
  • Loading branch information
rmacklin committed Jul 21, 2024
1 parent b36d84d commit 07a9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ require('lazy').setup({
--
-- Examples:
-- - va) - [V]isually select [A]round [)]paren
-- - yinq - [Y]ank [I]nside [N]ext [']quote
-- - yinq - [Y]ank [I]nside [N]ext [Q]uote
-- - ci' - [C]hange [I]nside [']quote
require('mini.ai').setup { n_lines = 500 }

Expand Down

0 comments on commit 07a9f44

Please sign in to comment.