Closed boydkelly closed 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!!
Colorbuddy is still required as a dependency...
https://github.com/jesseleite/nvim-noirbuddy#installation
Closing due to inactivity. If you're still having trouble, let me know!
Hi, Wanting to try this cool concept. I am using Lazy loader with:
But on nvim startup I get:
Any ideas? Thanks!!