mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
9 lines
361 B
Lua
9 lines
361 B
Lua
|
|
return {
|
||
|
|
'nvim-telescope/telescope.nvim', tag = '0.1.8',
|
||
|
|
dependencies = {
|
||
|
|
'nvim-lua/plenary.nvim',
|
||
|
|
'BurntSushi/ripgrep', -- required for live_grep and grep_string and is the first priority for find_files
|
||
|
|
'nvim-telescope/telescope-fzf-native.nvim', -- native telescope sorter to significantly improve sorting performance
|
||
|
|
}
|
||
|
|
}
|