Skip to content

Commit

Permalink
feat: lock telescope's branch to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo252 committed Jul 22, 2022
1 parent 54269e8 commit 946988d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lvim/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ local core_plugins = {
-- Telescope
{
"nvim-telescope/telescope.nvim",
branch = "0.1.x",
config = function()
require("lvim.core.telescope").setup()
end,
Expand Down

0 comments on commit 946988d

Please sign in to comment.