Skip to content

Commit

Permalink
Update telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthecoder committed Jul 3, 2024
1 parent e0bdd98 commit d2d7b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setups/nvim/lua/tylord/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return require('packer').startup(function(use)
use 'wbthomason/packer.nvim'

use {
'nvim-telescope/telescope.nvim', tag = '0.1.2',
'nvim-telescope/telescope.nvim',
requires = { { 'nvim-lua/plenary.nvim' } }
}
use "nvim-lua/plenary.nvim"
Expand Down

0 comments on commit d2d7b08

Please sign in to comment.