install nvim telescope
This commit is contained in:
parent
95fa8e2628
commit
486c785523
3 changed files with 37 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue