diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua new file mode 100644 index 0000000..60dbefb --- /dev/null +++ b/lua/plugins/telescope.lua @@ -0,0 +1,10 @@ +return { + 'nvim-telescope/telescope.nvim', + tag = 'v0.2.0', + dependencies = { + 'nvim-lua/plenary.nvim', + 'BurntSushi/ripgrep', + 'sharkdp/fd' + } +} +