Use cleaner line breaking
This commit is contained in:
parent
6a933d2c24
commit
d3d01a45ff
2 changed files with 12 additions and 12 deletions
|
@ -598,11 +598,11 @@ How do I get both NERDTree and Startify working at startup?~
|
|||
Put this in your vimrc:
|
||||
>
|
||||
autocmd VimEnter *
|
||||
\ if !argc() |
|
||||
\ Startify |
|
||||
\ NERDTree |
|
||||
\ execute "normal \<c-w>w" |
|
||||
\ endif
|
||||
\ if !argc()
|
||||
\ | Startify
|
||||
\ | NERDTree
|
||||
\ | wincmd w
|
||||
\ | endif
|
||||
<
|
||||
------------------------------------------------------------------------------
|
||||
*startify-faq-08*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue