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
This project has no versioning such as git-tagged ones. I will introduce 0.9.0 tag for the master branch before merging #275, that is, dropping support for Neovim v0.9.x. When merged, it will be tagged 1.0.0 and Neovim v0.9.x users should be use 0.9.0 tagged commit.
If significant bugs are fixed in the future, we will backport them into 0.9.0 and release 0.9.1 or either.
{
"nvim-telescope/telescope-frecency.nvim",
-- install any compatible version of 0.9.xversion="^0.9.0",
config=function()
require("telescope").load_extension"frecency"end,
}
The text was updated successfully, but these errors were encountered:
This project has no versioning such as git-tagged ones. I will introduce
0.9.0
tag for the master branch before merging #275, that is, dropping support for Neovim v0.9.x. When merged, it will be tagged1.0.0
and Neovim v0.9.x users should be use0.9.0
tagged commit.If significant bugs are fixed in the future, we will backport them into
0.9.0
and release0.9.1
or either.Recommended settings
or for Neovim 0.9.x users
The text was updated successfully, but these errors were encountered: