From 9d24625f4e7194837a667b4c6a2be4a0136c9360 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 18:49:38 +1300 Subject: Correct two paths in README.markdown We're referring to the installed path and not the sourced path in this paragraph. --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3