Add mapping doc

This commit is contained in:
MarcHamamji 2023-02-16 14:36:57 +02:00
parent 7d45e26fcd
commit 4f4abd670d

View File

@ -48,6 +48,9 @@ A Neovim plugin to run code inside the editor
```lua ```lua
require('runner').run() require('runner').run()
-- To set a mapping
vim.keymap.set('n', '<leader><space>', require('runner').run)
``` ```
## Configuration ## Configuration