diff options
author | typebrook <typebrook@gmail.com> | 2019-09-18 11:06:18 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-09-18 11:06:18 +0800 |
commit | cf9c66edb072f78f8f6d860fb761241030d72b54 (patch) | |
tree | f5b32ecc9471635ffa1f23712a58e62e8971675d /vimrc | |
parent | ea45e47a4e44f55727f241fd3b77c73b12aa5d93 (diff) | |
parent | d01adc14deecccb33fb5f7fa63f442019bb3c3b6 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
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() |