diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-07-23 14:16:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-23 14:16:43 +0200 |
commit | 6ab3e8a73920e3d2e02e57f7dd3a1f3d8e54ee63 (patch) | |
tree | 31d69d1a4e3618ff969d21ff9076f81923e92fb6 /lua/lvim/plugins.lua | |
parent | 48320e5f882a911707c56baf3865f663acb39f08 (diff) |
chore: bump plugins version (#2723)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index dd40b967..fec91bc9 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -12,6 +12,7 @@ local core_plugins = { }, { "lunarvim/onedarker.nvim", + branch = "freeze", config = function() pcall(function() if lvim and lvim.colorscheme == "onedarker" then @@ -37,6 +38,7 @@ local core_plugins = { -- Telescope { "nvim-telescope/telescope.nvim", + branch = "0.1.x", config = function() require("lvim.core.telescope").setup() end, |