summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouie <lshprung@tutanota.com>2023-12-18 18:25:21 -0500
committerlouie <lshprung@tutanota.com>2023-12-18 18:25:21 -0500
commita3cf83dfb6776f25937dfdf35cc1a76cc2ce9db1 (patch)
treed2034a604a607410e8c6c5f8fb6e63be32f35979
parent1570c333938899b5a74cb687fbb475d26af347a0 (diff)
Bump telescope.nvim version
-rw-r--r--lua/user/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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)