Update lua/core/plugins.lua

Update Telescope to 0.1.8
This commit is contained in:
2024-09-10 19:43:54 +07:00
parent fbee4ec4f6
commit 48941739d3
+1 -1
View File
@@ -20,7 +20,7 @@ return require('packer').startup(function(use)
use 'nvim-treesitter/nvim-treesitter'
use { "bluz71/vim-moonfly-colors", as = "moonfly" }
use {
'nvim-telescope/telescope.nvim', tag = '0.1.1',
'nvim-telescope/telescope.nvim', tag = '0.1.8',
requires = { {'nvim-lua/plenary.nvim'} }
}