nixvim
nixvim copied to clipboard
fix(dashboard-nvim): update to new setup schema
Hello, first time contributing to a nix project! I hope this is helpful for users of this distribution of neovim.
When doing my configuration using nixvim I couldn't get dashboard-nvim to work, and when digging deeper I realized that the plugin's configuration hasn't been updated in a bit and it underwent some breaking changes. So this pull request adapts to such breaking changes and gets it back to a working state!
I've tested it both with the default theme hyper:
as well as doom:
Here's with an actual configuration of doom:
I've tried to follow the contribution guidelines and I think I followed it correctly but please do correct me where I may be wrong! Specially code-wise, I am fairly new to the language's specifications!