mirror of https://github.com/LazyVim/starter
Added a few more extensions.
parent
203888c395
commit
a14dd247d7
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"meatballs/notebook.nvim",
|
"meatballs/notebook.nvim",
|
||||||
lazy = false,
|
lazy = true,
|
||||||
config = function()
|
config = function()
|
||||||
require("notebook").setup({})
|
require("notebook").setup({})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue