aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 18:49:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 18:50:27 +1300
commit9d24625f4e7194837a667b4c6a2be4a0136c9360 (patch)
treeb8c47f5d8c2a1d4612516dbd5a42beea2359df5b /README.md
parentReplace PerlCritic HTTPS URL prefix with HTTP (diff)
downloaddotfiles-9d24625f4e7194837a667b4c6a2be4a0136c9360.tar.gz
dotfiles-9d24625f4e7194837a667b4c6a2be4a0136c9360.zip
Correct two paths in README.markdown
We're referring to the installed path and not the sourced path in this paragraph.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5da4405b..028a42fa 100644
--- a/README.md
+++ b/README.md
@@ -336,13 +336,13 @@ The majority of the Vim configuration is just setting options, with a few
mappings. I try not to deviate too much from the Vim defaults behaviour in
terms of interactive behavior and keybindings.
-The configuration is broken into subfiles in `.vim/config/*.vim`, included by
+The configuration is broken into subfiles in `~/.vim/config/*.vim`, included by
`~/.vimrc` using
[`:runtime`](http://vimdoc.sourceforge.net/htmldoc/repeat.html#:runtime). It's
extensively commented, mostly because I was reading through it one day and
realised I'd forgotten what half of it did.
-Plugins are in submodules in `.vim/bundle`, loaded using Tim Pope's
+Plugins are in submodules in `~/.vim/bundle`, loaded using Tim Pope's
[pathogen.vim](https://github.com/tpope/vim-pathogen).
Scripts