Fix indent and space

This commit is contained in:
Kurenshe Nurdaulet
2023-04-03 22:02:14 +06:00
committed by GitHub
parent 786deb5909
commit 8d2a0bdffc

View File

@@ -60,7 +60,9 @@ A customizable Neovim plugin to run code inside the editor
```
## Configuration
#### `setup(options)`
Runner comes with the following defaults:
```lua
require('runner').setup({
@@ -71,6 +73,7 @@ A customizable Neovim plugin to run code inside the editor
```
#### `set_handler(filetype, handler)`
Default handlers can be found [here](./lua/runner/handlers/init.lua).
| Argument name | Description | Type |