oberblastmeister / neuron.nvim

Make neovim the best note taking application
MIT License
398 stars 34 forks source link

Make Telescope an Optional Dependency #29

Closed danielnehrig closed 3 years ago

danielnehrig commented 3 years ago

This plugin should be able to work without Telescope as a required Plugin requiring Telescope at startup might introduce complexity to lazy loading telescope as a plugin itself

the user should not have to introduce much complexity into his config to make both lazy loadable which currently is the case

since the core of the plugin does not revolve around the telescope functionality it should not be an big issue to make it optional