Skip to content

Commit 8d7f64e

Browse files
committed
docs: linting
1 parent b55b65c commit 8d7f64e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.harper-dictionary.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blockwise
2+
habitualize
3+
s
4+
subword
5+
subwords
6+
utf

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ require("spider").motion("e", {
181181
## Extras & special cases
182182

183183
### UTF-8 support
184-
For adding UTF-8 support for matching non-ASCII text, add `luautf8` as rocks.
184+
For adding utf-8 support for matching non-ASCII text, add `luautf8` as rocks.
185185
You can do so directly in `packer.nvim` or via dependency on `nvim_rocks` in
186186
`lazy.nvim`.
187187

@@ -263,7 +263,7 @@ Setting `consistentOperatorPending = true` removes these special cases. In the
263263
first example, `bar\r` would be deleted charwise. In the second example, `foo\r`
264264
would be yanked charwise.
265265

266-
**Caveats**
266+
**Caveats** <!-- rumdl-disable-line MD036 -->
267267
1. Last visual selection marks (`` `[ `` and `` `] ``) are updated and point to
268268
the endpoints of the motion. This was not always the case before.
269269
2. Forced blockwise motion may be canceled if it cannot be correctly represented
@@ -306,12 +306,12 @@ return {
306306
```
307307

308308
## Credits
309-
**Thanks**
309+
**Thanks** <!-- rumdl-disable-line MD036 -->
310310
- `@vypxl` and `@ii14` [for figuring out dot-repeatability of
311311
textobjects](https://github.com/chrisgrieser/nvim-spider/pull/4).
312312
- `@vanaigr` for a large contribution regarding operator-pending mode.
313313

314-
**About the developer**
314+
**About the developer** <!-- rumdl-disable-line MD036 -->
315315
In my day job, I am a sociologist studying the social mechanisms underlying the
316316
digital economy. For my PhD project, I investigate the governance of the app
317317
economy and how software ecosystems manage the tension between innovation and

0 commit comments

Comments
 (0)