mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Add docs for run function
This commit is contained in:
parent
df4b4d674f
commit
e7a0b92038
@ -53,7 +53,7 @@ A customizable Neovim plugin to run code inside the editor
|
||||
## Usage
|
||||
|
||||
```lua
|
||||
require('runner').run()
|
||||
require('runner').run() -- Can also be called with the buffer number where the code is
|
||||
|
||||
-- To set a mapping
|
||||
vim.keymap.set('n', '<leader><space>', require('runner').run)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user