mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Move line
This commit is contained in:
parent
18376d7ec8
commit
87e2084403
@ -71,9 +71,9 @@ 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).
|
Default handlers can be found [here](./lua/runner/handlers/init.lua).
|
||||||
|
|
||||||
#### `set_handler(filetype, handler)`
|
|
||||||
| Argument name | Description | Type |
|
| Argument name | Description | Type |
|
||||||
|---------------- | --------------- | --------------- |
|
|---------------- | --------------- | --------------- |
|
||||||
| `filetype` | The filetype on which to run the given handler | `string` |
|
| `filetype` | The filetype on which to run the given handler | `string` |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user