Skip to content

Commit

Permalink
feat(file-explorer): Add telescope-file-browser.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Apr 1, 2024
1 parent b1584b9 commit d9ca78b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
return {
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-telescope/telescope-file-browser.nvim",
"nvim-lua/plenary.nvim",
{
"AstroNvim/astrocore",
opts = {
mappings = {
n = {
["<Leader>fe"] = { "<Cmd>Telescope file_browser<CR>", desc = "Open File browser" },
},
},
},
},
},
opts = function() require("telescope").load_extension "file_browser" end,
}

0 comments on commit d9ca78b

Please sign in to comment.