neovim: use stable 0.1.x branch for telescope

This commit is contained in:
2022-07-13 19:10:08 +03:00
parent 5a43564f77
commit f8e056f3c1

View File

@@ -87,6 +87,7 @@ require("packer").startup(function(use)
use({
"nvim-telescope/telescope.nvim",
branch = "0.1.x",
{
"nvim-telescope/telescope-fzf-native.nvim",
run = "make",