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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
})