Little renovations
This commit is contained in:
parent
9b6b27cd1c
commit
ace123f657
14 changed files with 135 additions and 109 deletions
11
lua/plugins/telescope.lua
Normal file
11
lua/plugins/telescope.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return
|
||||
{
|
||||
'nvim-telescope/telescope.nvim', version = '*',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
-- optional but recommended
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue