Skip to content

Commit c9b574e

Browse files
committed
minor formatting fixes
1 parent 4aaeec5 commit c9b574e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Pass your config table into the `setup()` function or `opts` if you use lazy.nvi
3838
### Options
3939

4040
#### Default options
41+
4142
```lua
4243
opts = {
4344
-- File extension to runner/interpreter mapping
@@ -75,6 +76,7 @@ opts = {
7576
- `keymaps`: table of keybindings and their descriptions
7677

7778
#### Example config
79+
7880
```lua
7981
opts = {
8082
runners = {
@@ -108,7 +110,9 @@ opts = {
108110
- necessarily, the terminal is interactive by default in this mode.
109111

110112
### Shebang example with node
113+
111114
`test.js`
115+
112116
```js
113117
#!/usr/bin/env node
114118

@@ -153,4 +157,5 @@ opts = {
153157
- better support for runner flags
154158

155159
## Credits
160+
156161
- plugin inspired by keymap script by u/linkarzu on r/neovim

0 commit comments

Comments
 (0)