Skip to content

Latest commit

 

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