Skip to content

Files

Latest commit

3049920 · Sep 19, 2020

History

History
14 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 219 Bytes

vim

Install

curl -fLo ~/vimconfig.sh https://raw.githubusercontent.com/apsbd/vim/master/vimconf.sh && chmod +x vimconfig.sh && ./vimconfig.sh

Uninstall

rm -rf .vim && rm .vimrc && rm vimconfig.sh