feat: better telescope integration (#1702)

This commit is contained in:
kylo252 2021-10-15 16:33:34 +02:00 committed by GitHub
parent f87416c141
commit ef41a3d24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 149 additions and 123 deletions

View file

@ -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",