summaryrefslogtreecommitdiff
path: root/lua/plugins/nvim-tree.lua
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-05-01 16:15:07 +0000
committermhsn <mail@mhsn.net>2025-05-01 16:15:14 +0000
commit80df69787ac723ada9f43bc85f9281b393003103 (patch)
tree1c705378355fe5ab50d7cf5a042cd6a265919346 /lua/plugins/nvim-tree.lua
parentd8fe49d5fd29d338ac82e610a37a61ed7e8a5b6a (diff)
downloadnvim-80df69787ac723ada9f43bc85f9281b393003103.tar.gz
nvim-80df69787ac723ada9f43bc85f9281b393003103.zip
replace nvim-tree, dirbuf with oil
Diffstat (limited to 'lua/plugins/nvim-tree.lua')
-rw-r--r--lua/plugins/nvim-tree.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua
deleted file mode 100644
index 39fe2cf..0000000
--- a/lua/plugins/nvim-tree.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-return {
- {
- "nvim-tree/nvim-tree.lua",
- lazy = false,
- dependencies = {
- "nvim-tree/nvim-web-devicons",
- },
- keys = {
- { "<leader>e", "<cmd>NvimTreeFocus<cr>", desc = "NvimTree focus" },
- },
- opts = {},
- },
-}