Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

previmに感動したのでcssをQiita仕様にしてみた

$
0
0
  • preview/css/user_custom.css に書けば話は済むのですが・・・。

スクリーンショット 2014-09-24 13.01.25.png

インストール

~/.vimrc
  NeoBundle 'plasticboy/vim-markdown'
- NeoBundle 'kannokanno/previm'+ NeoBundle 'tukiyo/previm'
  NeoBundle 'tyru/open-browser.vim'

NeoBundleインストール

NeoBundleインストール
mkdir -p ~/.vim/bundle
git clone \
 https://github.com/Shougo/neobundle.vim \
 ~/.vim/bundle/neobundle.vim

.vimrc

"必須setruntimepath+=~/.vim/bundle/neobundle.vim/call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'""""""""""""""""""""""""""" render - :PrevimOpen
NeoBundle 'plasticboy/vim-markdown'
NeoBundle 'tukiyo/previm'
NeoBundle 'tyru/open-browser.vim'"必須call neobundle#end()filetype plugin indent on
NeoBundleCheck "未インストールのプラグインの確認""""""""""""""""""""""""""" markdownletg:vim_markdown_initial_foldlevel=1

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>