Skip to content

Commit

Permalink
Fix comment about mini.ai example (nvim-lua#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 authored and hundrog committed Aug 9, 2024
1 parent 81d5635 commit efa3e66
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 efa3e66

Please sign in to comment.