From 631898afd762622172f2c8a886f28e9e6f6a5718 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 29 Oct 2017 00:15:52 +1300 Subject: Adjust description of Vim configuration Mostly to reflect its split into subfiles in ~/.vim/config. --- README.md | 19 ++++++++++++------- 1 file 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 ------- -- cgit v1.2.3