install nvim telescope

This commit is contained in:
Pim Kunis 2023-02-12 14:42:51 +01:00
parent 95fa8e2628
commit 486c785523
3 changed files with 37 additions and 2 deletions

View file

@ -54,4 +54,12 @@ return require('packer').startup(function()
-- Automatic settings depending on file type
use 'tpope/vim-sleuth'
-- Fuzzy finder
use {
'nvim-telescope/telescope.nvim',
requires = {
'nvim-lua/plenary.nvim'
}
}
end)