diff options
| author | typebrook <typebrook@gmail.com> | 2019-09-17 21:52:42 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-09-17 21:52:42 +0800 |
| commit | d1c1c50cbe8dce2ca1dbf5c7ed15179642647073 (patch) | |
| tree | 0a7b480f4227e17c80f634356bd640593c99e853 /vimrc | |
| parent | 509d471574b0e780527f16d30aba88170f393977 (diff) | |
update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -80,6 +80,11 @@ augroup vimwikiPush | |||
| 80 | autocmd VimLeave ~/vimwiki/* :!(~/vimwiki/scripts/upload.sh > /dev/null 2>&1 &) | 80 | autocmd VimLeave ~/vimwiki/* :!(~/vimwiki/scripts/upload.sh > /dev/null 2>&1 &) |
| 81 | augroup END | 81 | augroup END |
| 82 | 82 | ||
| 83 | " Configuration fro vim-instant-markdown | ||
| 84 | let g:instant_markdown_autostart = 0 | ||
| 85 | nnoremap <leader>md :InstantMarkdownPreview<CR> | ||
| 86 | |||
| 87 | |||
| 83 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 88 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| 84 | " => Redirect the output of a Vim or external command into a scratch buffer | 89 | " => Redirect the output of a Vim or external command into a scratch buffer |
| 85 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 90 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
| @@ -155,6 +160,7 @@ Plug 'vimwiki/vimwiki' | |||
| 155 | Plug 'iberianpig/tig-explorer.vim' | 160 | Plug 'iberianpig/tig-explorer.vim' |
| 156 | Plug 'rust-lang/rust.vim' | 161 | Plug 'rust-lang/rust.vim' |
| 157 | Plug 'racer-rust/vim-racer' | 162 | Plug 'racer-rust/vim-racer' |
| 163 | Plug 'suan/vim-instant-markdown', {'for': 'markdown'} | ||
| 158 | 164 | ||
| 159 | " Initialize plugin system | 165 | " Initialize plugin system |
| 160 | call plug#end() | 166 | call plug#end() |