mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Fix indent and space
This commit is contained in:
committed by
GitHub
parent
786deb5909
commit
8d2a0bdffc
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user