jesseleite / nvim-noirbuddy

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

Add `lazy.nvim` Install Instructions #9

Closed h0rv closed 10 months ago

h0rv commented 11 months ago

Great talk at NeoVim Conf - I loved your minimal theme and wanted to use it myself!

jesseleite commented 11 months ago

Very kind, thank you @h0rv!

jesseleite commented 10 months ago

Simplified your config + setup() call to opts = {} (lazy will call setup() for you if you have opts config).

Also curious why you have name = 'noirbuddy'?

Also also vim.cmd.colorscheme("noirbuddy") isn't required for me? Is it for you?

This is how I've configured noirbuddy with lazy.nvim in my dotfiles. Works great with those tweaks I've made. If something there doesn't work for you, let me know! Thanks again for the PR ❤️