Skip to content

Commit

Permalink
Update telescope.nvim to fix 'invalid event' error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsardone committed Nov 12, 2023
1 parent 8240e14 commit b9dc76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ return packer.startup(function(use)
use { "folke/trouble.nvim", commit = "897542f90050c3230856bc6e45de58b94c700bbf" }

-- Telescope
use { "nvim-telescope/telescope.nvim", commit = "76ea9a898d3307244dce3573392dcf2cc38f340f" }
use { "nvim-telescope/telescope.nvim", commit = "7011eaae0ac1afe036e30c95cf80200b8dc3f21a" }

-- Treesitter
use {
Expand Down

0 comments on commit b9dc76d

Please sign in to comment.