mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Use single quotes instead of double quotes for consistency
This commit is contained in:
parent
a5a437eb11
commit
c316ecfdec
@ -33,7 +33,7 @@ A customizable Neovim plugin to run code inside the editor
|
|||||||
Using [lazy.nvim](https://github.com/folke/lazy.nvim):
|
Using [lazy.nvim](https://github.com/folke/lazy.nvim):
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require("lazy").setup({
|
require('lazy').setup({
|
||||||
{
|
{
|
||||||
'MarcHamamji/runner.nvim',
|
'MarcHamamji/runner.nvim',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user