0.0.1
This commit is contained in:
commit
36c66e33e6
17 changed files with 348 additions and 0 deletions
9
lua/plugins/telescope.lua
Normal file
9
lua/plugins/telescope.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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