Remove telescope.nvim version pin
This commit is contained in:
parent
1e770fa3d5
commit
a5e9d2e763
1 changed files with 0 additions and 1 deletions
|
|
@ -273,7 +273,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
branch = "0.1.x",
|
|
||||||
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" },
|
||||||
config = function()
|
config = function()
|
||||||
require("telescope").load_extension("fzf")
|
require("telescope").load_extension("fzf")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue