13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
"## etc.
|
|
|
|
"## settings
|
|
|
|
"### 开启相对行号
|
|
"set relativenumber
|
|
|
|
"### open firefox for markdown-preview in macOS
|
|
"let g:mkdp_path_to_chrome = 'open -a /Applications/Firefox.app'
|
|
|
|
"## plugins
|
|
"Plugin 'kchmck/vim-coffee-script' " support CoffeeScript
|