Added telescope
This commit is contained in:
parent
cc66db9594
commit
3a5ab74f00
3 changed files with 9 additions and 1 deletions
5
.config/nvim/lua/plugins/telescope.lua
Normal file
5
.config/nvim/lua/plugins/telescope.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
tag = "0.1.8",
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue