oberblastmeister / neuron.nvim

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

Update telescope actions to new action.state #43

Closed protex closed 2 years ago

protex commented 2 years ago

The newest version of telescope has deprecated the actions.get_selected_entry() and actions.get_current_line() for the equivalent versions in the actions.state namespace. This patch will bring the calls up to date.