diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/packages.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/packages.lua b/lua/packages.lua index ab58e94..26c40c1 100644 --- a/lua/packages.lua +++ b/lua/packages.lua @@ -13,7 +13,7 @@ vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { - "nvim-telescope/telescope.nvim", tag = "0.1.1", + "nvim-telescope/telescope.nvim", tag = "0.1.4", dependencies = { "nvim-lua/plenary.nvim" }, }, { |