oberblastmeister / neuron.nvim

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

Update telescope api #14

Closed emilienlemaire closed 3 years ago

emilienlemaire commented 3 years ago

Telescope has deprecated goto_file_selection_edit, resulting in this error when using it:

Error executing vim.schedule lua callback: ...cker/start/telescope.nvim/lua/telescope/actions/init.lua:18:
`goto_file_selection_edit` is removed and no longer usable. Use `require('telescope.actions').select_` instead.
Take a look at developers.md for more Information.

This PR just replace it by the new function, i.e. select_default.