diff options
author | Louie S <louie@example.com> | 2024-06-27 17:00:53 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-06-27 17:00:53 -0400 |
commit | 590c33f35d2226a9cf7f9741011384ddef5add6f (patch) | |
tree | bf6f65546e2cfc107127d5eaa1a2fdd43ec42a80 /lua/user/plugins.lua | |
parent | d1e97fdc3478e694db7aec40817b10e3e12671e8 (diff) |
Bump telescope.nvim version
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index db19611..280e0dc 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.5' } + use { "nvim-telescope/telescope.nvim", tag = '0.1.8' } end) |