mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Change wording in position description
This commit is contained in:
parent
42532e0b24
commit
691a825073
@ -66,7 +66,7 @@ A customizable Neovim plugin to run code inside the editor
|
||||
Runner comes with the following defaults:
|
||||
```lua
|
||||
require('runner').setup({
|
||||
position = 'right', -- position of task window can be: top, left, right, bottom
|
||||
position = 'right', -- position of the terminal window when using the shell_handler - can be: top, left, right, bottom
|
||||
width = 80, -- width of window when position is left or right
|
||||
height = 10, -- height of window when position is top or bottom
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user