dotfiles/libs/configs/vim.yaml

14 lines
306 B
YAML
Raw Normal View History

2018-06-27 14:33:18 +00:00
- link:
~/.vim: vim/vim
~/.vimrc: vim/vimrc
2018-06-27 16:42:00 +00:00
- shell:
2018-06-28 15:37:14 +00:00
-
command: vim -E -c ":PlugInstall" -c ":PlugClean" -c ":qa!"
stdin: true
description: Updating and cleaning Vim plugins.
# -
# command: ~/.vim/install
# stdin: true
# description: Updating and cleaning Vim plugins.