fix: change invalid tag name in telescope plugin
This commit is contained in:
parent
8e6e9b81f6
commit
6d9d99587d
@ -26,7 +26,7 @@ require("lazy").setup {
|
||||
-- Fuzzy find everything and everywhere
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
tag = "v0.1.5",
|
||||
tag = "0.1.5",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "BurntSushi/ripgrep" }
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user