|
|
@ -10,6 +10,7 @@ files:
|
|
|
|
[home vim]
|
|
|
|
[home vim]
|
|
|
|
when: host.has('vim') or host.has('nvim')
|
|
|
|
when: host.has('vim') or host.has('nvim')
|
|
|
|
files:
|
|
|
|
files:
|
|
|
|
|
|
|
|
Vundle.vim > .vim/bundle/Vundle.vim
|
|
|
|
vim/ftplugin > .vim/ftplugin
|
|
|
|
vim/ftplugin > .vim/ftplugin
|
|
|
|
vim/pack > .vim/pack
|
|
|
|
vim/pack > .vim/pack
|
|
|
|
vimrc > .vimrc
|
|
|
|
vimrc > .vimrc
|
|
|
@ -50,10 +51,10 @@ files:
|
|
|
|
nvim/lua
|
|
|
|
nvim/lua
|
|
|
|
nvim/init.vim
|
|
|
|
nvim/init.vim
|
|
|
|
|
|
|
|
|
|
|
|
[git vundle]
|
|
|
|
# [git vundle]
|
|
|
|
when: host.has('vim') or host.has('nvim')
|
|
|
|
# when: host.has('vim') or host.has('nvim')
|
|
|
|
repo: https://github.com/VundleVim/Vundle.vim.git
|
|
|
|
# repo: https://github.com/VundleVim/Vundle.vim.git
|
|
|
|
target: ~/.vim/bundle/Vundle.vim
|
|
|
|
# target: ~/.vim/bundle/Vundle.vim
|
|
|
|
|
|
|
|
|
|
|
|
[git packer-posix]
|
|
|
|
[git packer-posix]
|
|
|
|
when: not host.is_windows
|
|
|
|
when: not host.is_windows
|
|
|
|