LoginSignup
8
8

More than 5 years have passed since last update.

vimでmdをライブプレビューしながら書く、セッディング

Posted at

.vimrc

"" ===== markdown 環境構築
NeoBundle 'plasticboy/vim-markdown'
NeoBundle 'kannokanno/previm'
NeoBundle 'tyru/open-browser.vim'
au BufRead, BufNewFile *.md set filetype=markdown

#install

: NeoBundleInstall

起動方法

: PrevimOpen

ブラウザが起動して、プレビューが表示される。
保存するたびに勝手にリロードしてくれる。

スクリーンショット 2015-11-30 23.46.48.png

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8