oberblastmeister / neuron.nvim

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

Use require('telescope.actions.state').get_current_line() instead #40

Closed lokesh-krishna closed 2 years ago

lokesh-krishna commented 2 years ago

Running the find zettel command with the default keybinding results in the following info message:

[telescope] [INFO  22:42:25] ...cker/start/telescope.nvim/lua/telescope/actions/init.l...ine()` is deprecated.Use require('telescope.actions.state').get_current_line() instead`
arkottke commented 2 years ago

Note that this is resolved by #43.