mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 05:54:03 +02:00
feat: better telescope integration (#1702)
This commit is contained in:
parent
f87416c141
commit
ef41a3d24e
4 changed files with 149 additions and 123 deletions
|
@ -19,6 +19,11 @@ return {
|
|||
end,
|
||||
disable = not lvim.builtin.telescope.active,
|
||||
},
|
||||
{
|
||||
"nvim-telescope/telescope-fzf-native.nvim",
|
||||
run = "make",
|
||||
disable = not lvim.builtin.telescope.active,
|
||||
},
|
||||
-- Install nvim-cmp, and buffer source as a dependency
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue