From 18376d7ec8a5d76e68a5ecf382fdb0a90238287e Mon Sep 17 00:00:00 2001 From: Kurenshe Nurdaulet <63652620+EpsilonKu@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:40:41 +0600 Subject: [PATCH] Weird. I thought I fixed it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6eb22..531f0b0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A customizable Neovim plugin to run code inside the editor dependencies = { 'nvim-lua/plenary.nvim' } }, config = function() - require(runner').setup() + require('runner').setup() end } })