Preconfigured scripts that vim is looking for at startup.
- Clone repository.
- Install tpope/vim-pathogen:
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vimbrew install jq- install commandline json parser which is used in vim scripts- (optional) Install plugins
~/.vim/vimrc contains section which lists plugins with
plugin specifc configs. Simply choose plugins you want to install and run
git clone ...from plugin description for each one. - (optional) Install translate shell (used by commands :TUK :TEN).
.vim/pack/github/start/copilot.vim is in .gitignore because better to follow copilot installation instructions from copilot repo since there is an auth required anyway so including it here won't really help.
Why this repo is on gihub: it is refered in some of my stackoverflow answers so it has to be public.