diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 01:33:01 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 01:35:20 +0200 |
commit | 3201478b5ed74340820c66a05eb34ae39d0c9fa0 (patch) | |
tree | b7d386160dbb148754d1fff66cb76b6412ab95c4 /lua/autocommands/NERDTree.lua | |
parent | 2af06d6e050b1653bd4e085e27262738ec7da136 (diff) |
make NERDTree have own background color
Diffstat (limited to 'lua/autocommands/NERDTree.lua')
-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()") |