mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Use single quotes instead of double quotes for consistency
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user