A collection of Markdown code and tricks that were tested to work in Gist.
- Reformat this whole document and assimilate these:
- https://gist.github.com/jonschlinkert/5854601
A collection of Markdown code and tricks that were tested to work in Gist.
| """" Enable Vundle: vim plugin manager | |
| " Description: refer to https://chrisyeh96.github.io/2017/12/18/vimrc.html | |
| " required before Vundle initialization | |
| " set nocompatible " disable compatibility mode with vi | |
| " filetype off " disable filetype detection (but re-enable later, see below) | |
| " set the runtime path to include Vundle, and initialize | |
| " set rtp+=~/.vim/bundle/Vundle.vim | |
| " call vundle#begin() |