File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ require("spider").motion("e", {
182182## Extras & special cases
183183
184184### UTF-8 support / special characters
185- For spider to support special characters, requires utf-8 support via the
185+ Support for special characters requires utf-8 support via the
186186` luautf8 ` rock.
187187
188188``` lua
@@ -212,7 +212,7 @@ solutions described in the following issues:
212212
213213> [ !NOTE]
214214> CJK characters still [ have some
215- > issues] ( https://github.com/chrisgrieser/nvim-spider/issues/59 ) , PRs for supporting them is welcome .
215+ > issues] ( https://github.com/chrisgrieser/nvim-spider/issues/59 ) .
216216
217217### Subword text object
218218This plugin supports ` w ` , ` e ` , and ` b ` in operator-pending mode, but does not
@@ -278,7 +278,7 @@ would be yanked charwise.
278278 with the current ` selection ` option.
279279
280280### Motions in insert mode
281- Simple and pragmatic: Wrap the normal mode motions in ` <Esc>l ` and ` i ` . (Drop
281+ Simply wrap the normal mode motions in ` <Esc>l ` and ` i ` . (Drop
282282the ` l ` on backwards motions.)
283283
284284``` lua
You can’t perform that action at this time.
0 commit comments