From a3cf83dfb6776f25937dfdf35cc1a76cc2ce9db1 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 18 Dec 2023 18:25:21 -0500 Subject: Bump telescope.nvim version --- lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 1fa4e03..db19611 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -41,6 +41,6 @@ return packer.startup(function(use) use "nvim-treesitter/nvim-treesitter" --enable treesitter -- Telescope - use { "nvim-telescope/telescope.nvim", tag = '0.1.1' } + use { "nvim-telescope/telescope.nvim", tag = '0.1.5' } end) -- cgit