summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorSteven Le Rouzic <slerouzic@siradel.com>2023-11-21 10:24:59 +0100
committerSteven Le Rouzic <slerouzic@siradel.com>2023-11-21 10:24:59 +0100
commit7535ab150df4c8561fc7e798553d1544971ced19 (patch)
tree589bd862b1245b8c109fa28f780528f2af433560 /lua
parentfb67ad7b546ac38c38f29c31aba94adbe9d9d2d6 (diff)
Update telescope
Diffstat (limited to 'lua')
-rw-r--r--lua/packages.lua2
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" },
},
{