Skip to content

Commit

Permalink
fix: telescope event error when finding files
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuda109 committed Nov 12, 2023
1 parent 99ad946 commit b6f468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/_packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return packer.startup(function(use)
use({'hrsh7th/nvim-cmp'})
use({'hrsh7th/cmp-nvim-lsp'})
use({'hrsh7th/cmp-vsnip'})
use({'nvim-telescope/telescope.nvim', tag = '0.1.0'})
use({'nvim-telescope/telescope.nvim', tag = '0.1.4'})
use({'nvim-telescope/telescope-file-browser.nvim'})
use({'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'})
use({'nvim-neo-tree/neo-tree.nvim', branch = 'v2.x', requires = {
Expand Down

0 comments on commit b6f468e

Please sign in to comment.