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