Skip to content

Commit 751d91e

Browse files
committed
docs: enforce sentence case headings
1 parent 0b6a7c0 commit 751d91e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.rumdl.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ style = "asterisk" # better than underscore, since it's not considered a word-c
3434
style = "asterisk" # better than underscore, since it's not considered a word-char
3535

3636
[MD060] # auto-format tables
37-
enabled = true # opt-in, since rule still experimental
37+
enabled = true # opt-in, since disabled by default
3838

3939
[MD063] # heading-capitalization
40+
enabled = true # opt-in, since disabled by default
4041
style = "sentence_case"
4142

4243
# ------------------------------------------------------------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# nvim-spider 🕷️🕸️
1+
# Nvim-spider 🕷️🕸️
22
<a href="https://dotfyle.com/plugins/chrisgrieser/nvim-spider">
33
<img alt="badge" src="https://dotfyle.com/plugins/chrisgrieser/nvim-spider/shield"/></a>
44

@@ -278,7 +278,7 @@ vim.keymap.set("i", "<C-f>", "<Esc>l<cmd>lua require('spider').motion('w')<CR>i"
278278
vim.keymap.set("i", "<C-b>", "<Esc><cmd>lua require('spider').motion('b')<CR>i")
279279
```
280280

281-
### `precognition.nvim` integration
281+
### `precognition.nvim` Integration
282282
You can use [precognition.nvim](https://github.com/tris203/precognition.nvim)
283283
with `nvim-spider` to get hints for the `w`, `e`, and `b` motions.
284284

0 commit comments

Comments
 (0)