All of them using Package Manager
- Additional PHP Snippets
- PHP Namespace Command
- PHP Beautifier
syntax on | |
call pathogen#infect() | |
call pathogen#runtime_append_all_bundles() | |
set guifont=Monaco:h14 | |
set t_Co=256 | |
au BufNewFile,BufRead *.newtype set filetype=newtype |
<!-- Container 12 --> | |
<div class="container-12"> | |
<div class="grid-{1-12}"></div> | |
</div> | |
<!-- Container 16 --> | |
<div class="container-16"> | |
<div class="grid-{1-16}"></div> | |
</div> |
<!-- headings --> | |
<h1>sudotrap</h1> | |
<h2>sudotrap</h2> | |
<h3>sudotrap</h3> | |
<h4>sudotrap</h4> | |
<h5>sudotrap</h5> |
<!-- Normal --> | |
<blockquotes> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
</blockquotes> | |
<!-- With source --> | |
<blockquotes> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
<small>William Oliveira in <cite>sudotrap</cite></small> | |
</blockquotes> |
<!-- Unordered --> | |
<ul> | |
<li>Lorem ipsum dolor sit amet</li> | |
<li>Consectetur adipiscing elit</li> | |
<li>Integer molestie lorem at massa</li> | |
<li>Facilisis in pretium nisl aliquet</li> | |
<li>Nulla volutpat aliquam velit | |
<ul> | |
<li>Lorem ipsum dolor sit amet</li> | |
<li>Consectetur adipiscing elit</li> |
<!-- Normal --> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Github user</th> | |
</tr> | |
</thead> |
<!-- Striped --> | |
<table class="table table-striped"> | |
<thead> | |
<tr> | |
<th>#</th> | |
<th>First Name</th> | |
<th>Last Name</th> | |
<th>Github user</th> | |
</tr> | |
</thead> |