Added a few more extensions.

pull/126/head
lefv 2024-02-28 16:33:19 -05:00
parent 203888c395
commit a14dd247d7
1 changed files with 1 additions and 1 deletions

View File

@ -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,