neovim/lua/weeheavy/plugins/telescope-filebrowser.lua

4 lines
142 B
Lua
Raw Normal View History

2023-11-21 17:56:08 +01:00
return {
2023-11-24 17:40:00 +01:00
"nvim-telescope/telescope-file-browser.nvim",
dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" },
2023-11-21 17:56:08 +01:00
}