Assorted run commands and confuration files
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
Vundle - Package manager for vim plugins
YouCompleteMe - Auto completion
Markdown Preview - Previews MD in browser
SimpylFold - folds/carrots lines of code into 1
This repo is currently down.
https://www.reddit.com/r/vim/comments/11890p5/the_vundle_github_repo_seems_to_have_disappeared/
cd ~/.vim/bundle/YouCompleteMe
python3 install.py --all
:source %
:PluginInstall
:call mkdp#util#install()
zo
to open a fold
zc
to close a fold
:help fold-commands
for full documentation