Weird. I thought I fixed it

This commit is contained in:
Kurenshe Nurdaulet
2023-04-03 21:40:41 +06:00
committed by GitHub
parent f4f42e02ec
commit 18376d7ec8

View File

@@ -44,7 +44,7 @@ A customizable Neovim plugin to run code inside the editor
dependencies = { 'nvim-lua/plenary.nvim' } dependencies = { 'nvim-lua/plenary.nvim' }
}, },
config = function() config = function()
require(runner').setup() require('runner').setup()
end end
} }
}) })