Add docs for run function

This commit is contained in:
MarcHamamji 2023-04-08 13:06:52 +03:00
parent df4b4d674f
commit e7a0b92038

View File

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