.config/nvim/lua/lazy-bootstrap.lua

changeset 1049
3f01468ffc32
parent 1019
7e42fd320166
child 1064
fcfa295076a8
--- a/.config/nvim/lua/lazy-bootstrap.lua
+++ b/.config/nvim/lua/lazy-bootstrap.lua
@@ -6,9 +6,13 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazy
 
 require("lazy").setup({
   spec = {
-    { "nanotech/jellybeans.vim",
+    {
+      "themercorp/themer.lua",
       priority = 1000,
-      config = function() vim.cmd.colorscheme("jellybeans") end },
+      opts = {
+        colorscheme = "jellybeans",
+      },
+    },
     { import = "plugins" }
   },
   change_detection = { enabled = false },

mercurial