vimplus/.vimrc.local
2017-12-06 15:13:22 +08:00

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