Install vim plugins under cygwin automatically
This commit is contained in:
parent
4a13ecebb2
commit
17d8b71d9d
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
source ~/dev/dotfiles/.vimrc.cygwin.prelude
|
||||
source ~/dev/dotfiles/.vimrc.common.prelude
|
||||
source ~/dev/dotfiles/.vimrc.common.plugins
|
||||
source ~/dev/dotfiles/.vimrc.cygwin.plugins
|
||||
source ~/dev/dotfiles/.vimrc.common.epilogue
|
||||
|
|
|
@ -25,3 +25,6 @@ ln -vfs $DIR/windows_cygwin/.minttyrc $HOME/
|
|||
ln -vfs $DIR/.gitconfig.cygwin $HOME/.gitconfig
|
||||
ln -vfs $DIR/.vimrc.cygwin $HOME/.vimrc
|
||||
|
||||
# reinstall plugins with the new vimrc
|
||||
echo "\n" | vim +PluginInstall +qa
|
||||
|
||||
|
|
Loading…
Reference in a new issue