diff options
author | Richard Macklin <1863540+rmacklin@users.noreply.github.com> | 2024-07-21 13:34:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-21 16:34:51 -0400 |
commit | 07a9f446a30487439a6c922a7b4a4aa5756ee1d9 (patch) | |
tree | 9c3b79ffa5672473a2534e361aeaf972157dc17f | |
parent | b36d84ddf0b88ab71593d25bf68b48cae9d578eb (diff) |
Fix comment about mini.ai example (#985)
This example wasn't using `'` so this makes more sense
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |