mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Add Example
This commit is contained in:
parent
8faca889c2
commit
0947f458c6
@ -65,6 +65,8 @@ A Neovim plugin to run code inside the editor
|
|||||||
| `filetype` | The filetype on which to run the given handler | `string` |
|
| `filetype` | The filetype on which to run the given handler | `string` |
|
||||||
| `handler` | The handler to run when the current file matches the filetype | `function(code_buffer_number)` |
|
| `handler` | The handler to run when the current file matches the filetype | `function(code_buffer_number)` |
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require('runner').set_handler('lua', function(code_buffer_number)
|
require('runner').set_handler('lua', function(code_buffer_number)
|
||||||
vim.print('Running lua file in buffer ' .. code_buffer_number)
|
vim.print('Running lua file in buffer ' .. code_buffer_number)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user