aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-10-03 06:46:49 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commitf6df57150b0cce17954aa956fd099ff9c604d4fd (patch)
tree3e4db331f7916372b7ecaaacd77a53e5da71fa1d /README.md
parentc0eaaeb17030bb59abce0fbebd3bdcad82e971ef (diff)
downloaddotnvim-f6df57150b0cce17954aa956fd099ff9c604d4fd.tar.gz
dotnvim-f6df57150b0cce17954aa956fd099ff9c604d4fd.zip
Some tips
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b40bc45..d10219c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@ Few differences:
- My repo is in `~/.vim/`
- I use pathogen to manage the plugins (should move to Vim 8's packages, but I
still have few Vim 7.x boxes)
- - Includes gvim configuration
+ - Includes gvim configuration (outdated, I don't use it anymore)
+
+ :help local-additions
## Using it in a new location
@@ -21,6 +23,9 @@ If you're not using vim 8; create a `.vimrc` with:
runtime vimrc
+This can be also be used to customise your local vim configuration without
+having uncommitted changes in your repository.
+
## Adding plugins
git submodule add https://github.com/user/foo.git bundle/foo