Skip to content

Commit db6e86d

Browse files
committed
Fixing some formatting issues with readme
1 parent 55633be commit db6e86d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.markdown

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,12 @@ functionality to your vim editing. You can learn more about it with
161161

162162
**QuickStart** Launch using `<Leader>e`.
163163

164-
**Customizations**: spf13-vim adds a number of customizations to the core
165-
NERDTree:
164+
**Customizations**:
166165

167166
* Use `<C-E>` to toggle NERDTree
168167
* Use `<leader>e` or `<leader>nt` to load NERDTreeFind which opens NERDTree where the current file is located.
169168
* Hide clutter ('\.pyc', '\.git', '\.hg', '\.svn', '\.bzr')
170-
* Treat NT more like a panel than a split.
169+
* Treat NERDTree more like a panel than a split.
171170

172171
## [ctrlp]
173172
Ctrlp replaces the Command-T plugin with a 100% viml plugin. It provides an intuitive and fast mechanism to load files from the file system (with regex and fuzzy find), from open buffers, and from recently used files.
@@ -194,7 +193,7 @@ examples. An asterisk (*) is used to denote the cursor position.
194193
For instance, if the cursor was inside `"foo bar"`, you could type
195194
`cs"'` to convert the text to `'foo bar'`.
196195

197-
There's a lot more; check it out at `:help surround`
196+
There's a lot more, check it out at `:help surround`
198197

199198
## [NERDCommenter]
200199

@@ -210,6 +209,7 @@ NeoComplCache is an amazing autocomplete plugin with additional support for snip
210209
**QuickStart** Just start typing, it will autocomplete where possible
211210

212211
**Customizations**:
212+
213213
* Automatically present the autocomplete menu
214214
* Support tab and enter for autocomplete
215215
* `<C-k>` for completing snippets.
@@ -238,6 +238,7 @@ file
238238
**QuickStart** <leader>gs to bring up git status
239239

240240
**Customizations**:
241+
241242
* `<leader>gs` :Gstatus<CR>
242243
* `<leader>gd` :Gdiff<CR>
243244
* `<leader>gc` :Gcommit<CR>
@@ -252,7 +253,7 @@ file
252253

253254
The most feature complete and up to date PHP Integration for Vim with proper support for PHP 5.3+ including latest syntax, functions, better fold support, etc.
254255

255-
PIV provides
256+
PIV provides:
256257

257258
* PHP 5.3 support
258259
* Auto generation of PHP Doc (,pd on (function, variable, class) definition line)
@@ -274,6 +275,7 @@ You can learn more about it with :help Ack
274275
Tabularize lets you align statements on their equal signs and other characters
275276

276277
**Customizations**:
278+
277279
* `<Leader>a=` :Tabularize /=<CR>
278280
* `<Leader>a:` :Tabularize /:<CR>
279281
* `<Leader>a::` :Tabularize /:\zs<CR>

0 commit comments

Comments
 (0)