diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-03 11:54:10 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-03 11:54:10 +0900 |
| commit | 5da5f0506b5799dc757e9d93af23cebbfa18eb91 (patch) | |
| tree | 53e5c8fa0c447f95d3cf44249337a48816bd74fa /ar/.config/LazyVim/lua/plugins/file-browser.lua | |
| parent | dcd0f3b885ccbfdb5cd1abf7adb66fd777273fae (diff) | |
updates
Diffstat (limited to 'ar/.config/LazyVim/lua/plugins/file-browser.lua')
| -rw-r--r-- | ar/.config/LazyVim/lua/plugins/file-browser.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ar/.config/LazyVim/lua/plugins/file-browser.lua b/ar/.config/LazyVim/lua/plugins/file-browser.lua deleted file mode 100644 index 9a9ea2f..0000000 --- a/ar/.config/LazyVim/lua/plugins/file-browser.lua +++ /dev/null @@ -1,15 +0,0 @@ -return { - "nvim-telescope/telescope-file-browser.nvim", - dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" }, - keys = { - { - mode = "n", - "<leader>sB", - ":Telescope file_browser path=%:p:h=%:p:h<cr>", - desc = "Browse Files", - }, - }, - config = function() - require("telescope").load_extension("file_browser") - end, -} |
