mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Fix indent and space
This commit is contained in:
parent
786deb5909
commit
8d2a0bdffc
@ -60,7 +60,9 @@ A customizable Neovim plugin to run code inside the editor
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
#### `setup(options)`
|
#### `setup(options)`
|
||||||
|
|
||||||
Runner comes with the following defaults:
|
Runner comes with the following defaults:
|
||||||
```lua
|
```lua
|
||||||
require('runner').setup({
|
require('runner').setup({
|
||||||
@ -71,6 +73,7 @@ A customizable Neovim plugin to run code inside the editor
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### `set_handler(filetype, handler)`
|
#### `set_handler(filetype, handler)`
|
||||||
|
|
||||||
Default handlers can be found [here](./lua/runner/handlers/init.lua).
|
Default handlers can be found [here](./lua/runner/handlers/init.lua).
|
||||||
|
|
||||||
| Argument name | Description | Type |
|
| Argument name | Description | Type |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user