summaryrefslogtreecommitdiff
path: root/lua/maps/NERDtree.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-09 14:18:40 +0200
committerHampusM <hampus@hampusmat.com>2024-06-09 14:18:45 +0200
commit6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch)
tree6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/maps/NERDtree.lua
parent17351b228abd9f953c2789f98b1403ea496b30a4 (diff)
remove nerdtree
Diffstat (limited to 'lua/maps/NERDtree.lua')
-rw-r--r--lua/maps/NERDtree.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/maps/NERDtree.lua b/lua/maps/NERDtree.lua
deleted file mode 100644
index c89623c..0000000
--- a/lua/maps/NERDtree.lua
+++ /dev/null
@@ -1,2 +0,0 @@
-vim.api.nvim_set_keymap("n", "<C-e>", ":lua toggle_nerdtree()<CR>",
- {silent = true, noremap = true})