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 {
"meatballs/notebook.nvim",
lazy = false,
lazy = true,
config = function()
require("notebook").setup({})
end,