File tree 7 files changed +28
-4
lines changed
7 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ check back!
91
91
92
92
## Credits
93
93
94
+ ` word.lua ` is a project by [ clpi] ( github.com/clpi ) and is licensed under the [ MIT] ( ./LICENSE ) license.
95
+
94
96
thank you and keep updated!
95
97
96
98
- [ The word book] ( https://word.cli.st )
Original file line number Diff line number Diff line change
1
+ {
2
+ /* Wrap lines at 100 chars */
3
+ "MD013": {
4
+ "line_length": 100
5
+ },
6
+
7
+ /* Allow inline-html */
8
+ "MD033": false,
9
+
10
+ /* Allow non-headings at the top of files */
11
+ "MD041": false
12
+ }
Original file line number Diff line number Diff line change @@ -7,23 +7,33 @@ Welcome to the `word.lua` book. I hope this helps!
7
7
8
8
---
9
9
10
- 3 . [ Configuring] ( ./config.md )
10
+ As for some basic info about ` word.lua ` :
11
+
12
+ 3 . [ About] ( ./about.md )
13
+ 1 . [ Options] ( ./about/options.md )
14
+ 2 . [ Commands] ( ./about/commands.md )
15
+ 3 . [ Autocommands] ( ./about/autocommands.md )
16
+
17
+ ---
18
+
19
+ 4 . [ Configuring] ( ./config.md )
11
20
1 . [ Setting up] ( ./config/setting-up.md )
12
21
2 . [ Basic] ( ./config/basic.md )
13
22
3 . [ Advanced] ( ./config/advanced.md )
14
23
15
24
---
16
25
17
- 4 . [ Extending] ( ./extend.md )
26
+ 5 . [ Extending] ( ./extend.md )
18
27
1 . [ Plugins] ( ./extend/plugins.md )
19
28
2 . [ inits] ( ./extend/inits.md )
20
29
3 . [ Keymaps] ( ./extend/keymaps.md )
21
30
4 . [ Autocmds] ( ./extend/autocmd.md )
22
31
23
32
---
24
33
25
- 5 . [ Customizing] ( ./customizing.md )
26
- 2 . [ Themes] ( ./extend/themes.md )
34
+ 6 . [ Customizing] ( ./customizing.md )
35
+ 2 . [ Themes] ( ./customizing/themes.md )
36
+ 2 . [ Highlights] ( ./customizing/highlights.md )
27
37
28
38
---
29
39
You can’t perform that action at this time.
0 commit comments