nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

fix: deprecated warning #3

Closed kkharji closed 2 years ago

kkharji commented 3 years ago

Purpose

Use require('telescope.actions.state').get_selected_entry() instead of require('telescope.actions').get_selected_entry() as it prints deprecation warning and would be soon absolute.

vhyrro commented 2 years ago

Wow how did I miss this PR, my bad soz. Thanks mate!