aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-29 00:15:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-29 00:15:52 +1300
commit631898afd762622172f2c8a886f28e9e6f6a5718 (patch)
tree98863dc18328f0e1b1704cf2ba36b460fdc1926c /README.md
parentMerge branch 'vimrc-split' (diff)
downloaddotfiles-631898afd762622172f2c8a886f28e9e6f6a5718.tar.gz
dotfiles-631898afd762622172f2c8a886f28e9e6f6a5718.zip
Adjust description of Vim configuration
Mostly to reflect its split into subfiles in ~/.vim/config.
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/README.md b/README.md
index f1b254f0..56407e8c 100644
--- a/README.md
+++ b/README.md
@@ -332,13 +332,18 @@ combination to detach.
### Vim
-The majority of the `.vimrc` file 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 extensively commented, mostly because I was reading
-through it one day and realised I'd forgotten what half of it did. Plugins are
-loaded using @tpope's [pathogen.vim](https://github.com/tpope/vim-pathogen).
+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
+`~/.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
+[pathogen.vim](https://github.com/tpope/vim-pathogen).
Scripts
-------