Add vim-mkdir
`:e some/non_existent_directory/new_file.txt` usually errors out because the directory does not exist, but with `vim-mkdir` the non-existent directory will be created automatically.
This commit is contained in:
parent
6d0ea824f4
commit
98a9a87557
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Bundle 'croaky/vim-colors-github'
|
|||
Bundle 'danro/rename.vim'
|
||||
Bundle 'kchmck/vim-coffee-script'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'pbrisbin/vim-mkdir'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
Bundle 'slim-template/vim-slim'
|
||||
Bundle 'thoughtbot/vim-rspec'
|
||||
|
|
Loading…
Add table
Reference in a new issue