diff options
Diffstat (limited to 'lua/autocommands')
-rw-r--r-- | lua/autocommands/NERDTree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/autocommands/NERDTree.lua b/lua/autocommands/NERDTree.lua index 38213e2..9e0acab 100644 --- a/lua/autocommands/NERDTree.lua +++ b/lua/autocommands/NERDTree.lua @@ -1 +1 @@ -autocmd("VimEnter", "*", "NERDTree") +autocmd("VimEnter", "*", "lua toggle_nerdtree()") |