diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua new file mode 100644 index 0000000..f654e32 --- /dev/null +++ b/lua/plugins/telescope.lua @@ -0,0 +1,7 @@ +return { + { + 'nvim-telescope/telescope.nvim', + branch = '0.1.x', + dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' } + } +}