coding and vim… Home › Forums › Tech Support › coding and vim… This topic has 1 reply, 2 voices, and was last updated 6 years, 4 months ago by strider. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 29, 2017 at 9:51 am #67980 linuxgnuruParticipant for anyone else who uses vim, I thought I’d share what I use when coding several bundles/plugins help with git control status, autocompletion, and syntax checking first install pathogen: Code: mkdir -p ~/.vim/autoload mkdir -p ~/.vim/bundle cd ~/.vim/autoload wget https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim edit ~/.vimrc and add Code: execute pathogen#infect() filetype plugin indent on syntax on then to add the plugins: Code: cd ~/.vim/bundle git clone https://github.com/bling/vim-airline git clone https://github.com/scrooloose/syntastic git clone https://github.com/tpope/vim-fugitive git clone https://github.com/Shougo/neocomplete.vim there are other things you’ll need to do; and if you need more help; just let me know. February 1, 2017 at 4:19 am #77261 striderParticipant Code: git clone https://github.com/strycore/dotfiles cd dotfiles ./install.sh vim-plug-update Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In