Skip to content

Commit

Permalink
Fix monospaced blocks in README?
Browse files Browse the repository at this point in the history
  • Loading branch information
nixprime committed Jun 3, 2015
1 parent a14b0f5 commit 4a031fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installation
1. Install cpsm using your favorite Vim package manager. For example, with
[Vundle](http://github.com/gmarik/Vundle.vim), this consists of adding:

Vundle 'nixprime/cpsm'
Vundle 'nixprime/cpsm'

to your `vimrc` and then running `:PluginInstall` from Vim.

Expand All @@ -68,7 +68,7 @@ Installation

3. Add:

let g:ctrlp_match_func = {'match': 'cpsm#CtrlPMatch'}
let g:ctrlp_match_func = {'match': 'cpsm#CtrlPMatch'}

to your `vimrc`.

Expand All @@ -79,13 +79,13 @@ Options
based on the available hardware concurrency. To limit the number of threads
that cpsm can use, add

let g:cpsm_max_threads = (maximum number of threads)
let g:cpsm_max_threads = (maximum number of threads)

to your .vimrc.

- To enable Unicode support, add

let g:cpsm_unicode = 1
let g:cpsm_unicode = 1

to your .vimrc. Unicode support is currently very limited, and consists
mostly of parsing input strings as UTF-8 and handling the case of non-ASCII
Expand Down

0 comments on commit 4a031fc

Please sign in to comment.