oberblastmeister / neuron.nvim

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

Update to latest neovim / telescope API #55

Closed JCavallo closed 2 years ago

JCavallo commented 2 years ago

Those are basic fixes for using neuron.nvim on the latest neovim builds (tested on 30c9c8815 from 2022-02-21), where passing nil as a buffer number is no longer allowed. I assume that the existence of the buf argument was intended for later use, but it actually could be totally unnecessary to keep.

Telescope also had changes in its internal APIs, where some utility functions are now in a separate module.