mirror of https://github.com/LazyVim/starter
11 lines
208 B
Lua
11 lines
208 B
Lua
|
return {
|
||
|
"MarcHamamji/runner.nvim",
|
||
|
dependencies = {
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||
|
},
|
||
|
config = function()
|
||
|
require("runner").setup()
|
||
|
end,
|
||
|
}
|