aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/telescope.lua
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-08-27 14:27:32 -0400
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-08-27 14:27:32 -0400
commiteffbea32afb26f365d81a5797b9c24bc6fd1aa81 (patch)
treefdce74c417033c61bf0bfc423616e6e062c319fa /nvim/lua/plugins/telescope.lua
parentf1d1edce5cc401147a31369f8d880da0bf3986bd (diff)
parent313df8e85254a3ae848cad3cfa176a58594b3fb7 (diff)
Merge branch 'main' into nvim-cmp
Diffstat (limited to 'nvim/lua/plugins/telescope.lua')
-rw-r--r--nvim/lua/plugins/telescope.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua
new file mode 100644
index 0000000..55bc045
--- /dev/null
+++ b/nvim/lua/plugins/telescope.lua
@@ -0,0 +1,7 @@
+return {
+ 'nvim-telescope/telescope.nvim', tag = '0.1.2', -- fuzzy finder
+ dependencies = {
+ 'nvim-lua/plenary.nvim',
+ 'nvim-tree/nvim-web-devicons'
+ }
+}