Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 857 Bytes

File metadata and controls

28 lines (23 loc) · 857 Bytes

vimsetup

setup vim for new environment in one click

Usage:

fork & clone

#git clone git@github.com:goodpaperman/vimsetup.git
#cd vimsetup
#/bin/sh -f setupvim4cscope.sh
#/bin/sh -f setupvim4gtags.sh

using vim with cscope only, fit for pure c project

/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/goodpaperman/vimsetup/main/setupvim4cscope.sh)"

using vim with gtags, fit for c/c++/java project

/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/goodpaperman/vimsetup/main/setupvim4gtags.sh)"

reference