Weyaaron / nvim-training

A plugin to practice neovim movements, currently in "open beta"
GNU General Public License v3.0
36 stars 3 forks source link

Fix: Unable to start (#30) #31

Closed Weyaaron closed 1 month ago

Weyaaron commented 1 month ago

The startup had some issues related to the inability to resolve paths. To fix this, the configure function has been reworked.

This commit also introduces support for the 'opts' configuration of the lazy plugin manager.

Thanks for @windowsrefund and @cameronr for reporting and investigating this, these changes will benefit all users :)

If this does not fix these issues let me know.

Closes #30