mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:26:27 +00:00
switch telescope pins to tags
This commit is contained in:
parent
4c6c3041f0
commit
44b7b000df
@ -280,10 +280,10 @@ return require("packer").startup({
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-lua/popup.nvim",
|
||||
},
|
||||
commit = utils.map_version_rule({
|
||||
tag = utils.map_version_rule({
|
||||
[">=0.6.0"] = nil,
|
||||
[">=0.5.1"] = "80cdb00b221f69348afc4fb4b701f51eb8dd3120",
|
||||
[">=0.5.0"] = "587a10d1494d8ffa1229246228f0655db2f0a48a",
|
||||
["<0.6.0"] = "nvim-0.5.1",
|
||||
["==0.5.0"] = "nvim-0.5.0",
|
||||
}),
|
||||
config = function()
|
||||
require("plugins.telescope")
|
||||
|
Loading…
Reference in New Issue
Block a user