File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
4243opts = {
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
7981opts = {
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
You can’t perform that action at this time.
0 commit comments