diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:45 +0200 |
commit | 6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch) | |
tree | 6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/autocommands/NERDTree.lua | |
parent | 17351b228abd9f953c2789f98b1403ea496b30a4 (diff) |
remove nerdtree
Diffstat (limited to 'lua/autocommands/NERDTree.lua')
-rw-r--r-- | lua/autocommands/NERDTree.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/autocommands/NERDTree.lua b/lua/autocommands/NERDTree.lua deleted file mode 100644 index 9e0acab..0000000 --- a/lua/autocommands/NERDTree.lua +++ /dev/null @@ -1 +0,0 @@ -autocmd("VimEnter", "*", "lua toggle_nerdtree()") |