Skip to content

Instantly share code, notes, and snippets.

View pxy0592's full-sized avatar
⌨️
Typing ......

Marc PAN pxy0592

⌨️
Typing ......
  • IBM
  • Beijing, China
  • 15:18 (UTC +08:00)
View GitHub Profile
@pxy0592
pxy0592 / Basic_markdown_syntax_collections.md
Last active May 30, 2024 05:53
Basic markdown syntax collections
"""" 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()