File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 183
183
echo " Install this plugin and then compile it in order to use its completion service."
184
184
open_info $YCM_INSTALL
185
185
fi
186
-
186
+ vim
Original file line number Diff line number Diff line change @@ -171,7 +171,6 @@ autocmd BufWinLeave *.py :TagbarClose
171
171
" =====================================================
172
172
let NERDTreeIgnore= [' \.pyc$' , ' \.pyo$' , ' __pycache__$' ] " Ignore files in NERDTree
173
173
let NERDTreeWinSize= 40
174
- autocmd VimEnter * if ! argc () | NERDTree | endif " Load NERDTree only if vim is run without arguments
175
174
nmap " :NERDTreeToggle<CR>
176
175
177
176
" =====================================================
@@ -368,3 +367,7 @@ vno <left> <Nop>
368
367
vno <right> <Nop>
369
368
vno <up> <Nop>
370
369
370
+
371
+ autocmd StdinReadPre * let g: isReadingFromStdin = 1
372
+ autocmd VimEnter * nested if ! argc () && ! exists (' g:isReadingFromStdin' ) | Startify | endif
373
+ autocmd VimEnter * nested if ! argc () && ! exists (' g:isReadingFromStdin' ) | NERDTree | endif
You can’t perform that action at this time.
0 commit comments