Skip to content

Commit

Permalink
Update telescope version to fix [#2734](nvim-telescope/telescope.nv…
Browse files Browse the repository at this point in the history
  • Loading branch information
tesladodger committed Nov 20, 2023
1 parent 6e3d24c commit eda6618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/lua/tesla/packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return require('packer').startup(function(use)
}

use {
'nvim-telescope/telescope.nvim', tag = '0.1.1',
'nvim-telescope/telescope.nvim', tag = '0.1.4',
requires = { { 'nvim-lua/plenary.nvim' } }
}
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
Expand Down

0 comments on commit eda6618

Please sign in to comment.