jesseleite / nvim-noirbuddy

🖤 A highly customizable minimalist theme building framework
341 stars 16 forks source link

colorbuddy not found... #3

Closed boydkelly closed 1 year ago

boydkelly commented 1 year ago

Hi, Wanting to try this cool concept. I am using Lazy loader with:

   {
     "jesseleite/nvim-noirbuddy",
     lazy = false,                                                                     
     config = function()                                                               
       require("noirbuddy").setup({                                                    
         preset = "miami-nights",                                                      
       })                                                                              
     end,
   },

But on nvim startup I get:

Failed to run `config` for nvim-noirbuddy

...al/share/nvim/lazy/nvim-noirbuddy/lua/noirbuddy/init.lua:6: module 'colorbuddy' not found:
^Ino field package.preload['colorbuddy']module colorbuddy not found

Any ideas? Thanks!!

jesseleite commented 1 year ago

Colorbuddy is still required as a dependency...

https://github.com/jesseleite/nvim-noirbuddy#installation

CleanShot 2023-01-13 at 14 09 46

jesseleite commented 1 year ago

Closing due to inactivity. If you're still having trouble, let me know!