initial commit
This commit is contained in:
10
lua/plugins/telescope.lua
Normal file
10
lua/plugins/telescope.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'nvim-telescope/telescope.nvim',
|
||||
tag = '0.1.3',
|
||||
opts = {
|
||||
defaults = {
|
||||
path_display = { "smart" },
|
||||
}
|
||||
},
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
}
|
||||
Reference in New Issue
Block a user