Skip to content

Commit

Permalink
Prepend colon to runtimepath example.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed May 15, 2014
1 parent 831fc21 commit 07a5e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wget https://github.com/moll/vim-node/archive/master.tar.gz -O- | tar -xf- --str

Then prepend that directory to Vim's `&runtimepath` (or use [Pathogen](https://github.com/tpope/vim-pathogen)):
```
set runtimepath^=~/.vim/bundle/node
:set runtimepath^=~/.vim/bundle/node
```

### Vundle
Expand Down

0 comments on commit 07a5e9f

Please sign in to comment.