diff --git a/nvim/init.vim b/nvim/init.vim index 914ec57b..f7992693 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -26,7 +26,7 @@ Plug 'itchyny/lightline.vim' call plug#end() "Toggle NerdTree with Ctrl + l -nmap :NERDTreeToggle +nmap :NERDTreeToggle " Start NERDTree. If a file is specified, move the cursor to its window. autocmd StdinReadPre * let s:std_in=1