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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |