mirror of https://github.com/LazyVim/starter
7 lines
101 B
Lua
7 lines
101 B
Lua
|
return {
|
||
|
"meatballs/notebook.nvim",
|
||
|
config = function()
|
||
|
require("notebook").setup()
|
||
|
end,
|
||
|
}
|