dotfiles/libs/configs/vim.yaml

14 lines
306 B
YAML

- link:
~/.vim: vim/vim
~/.vimrc: vim/vimrc
- shell:
-
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.