You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now telescope.nvim needs Neovim 0.9.x and it is written in README. Should we think about changing this to 0.10.x?
With using 0.10.x, we can use new features, such as vim.iter, vim.system, ……, and can remove polyfills for avoiding deprecation messages (for vim.tbl_flatten and so on).
telescope-frecency.nvim follows telescope.nvim for minimum requirements. If telescope.nvim makes minimum to 0.10.x, it is happy that we can use vim.iter in telescope-frecency.nvim.
Now telescope.nvim needs Neovim 0.9.x and it is written in README. Should we think about changing this to 0.10.x?
With using 0.10.x, we can use new features, such as
vim.iter
,vim.system
, ……, and can remove polyfills for avoiding deprecation messages (forvim.tbl_flatten
and so on).telescope-frecency.nvim follows telescope.nvim for minimum requirements. If telescope.nvim makes minimum to 0.10.x, it is happy that we can use
vim.iter
in telescope-frecency.nvim.ref #259
The text was updated successfully, but these errors were encountered: