diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-10-03 06:46:49 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | f6df57150b0cce17954aa956fd099ff9c604d4fd (patch) | |
tree | 3e4db331f7916372b7ecaaacd77a53e5da71fa1d | |
parent | c0eaaeb17030bb59abce0fbebd3bdcad82e971ef (diff) | |
download | dotnvim-f6df57150b0cce17954aa956fd099ff9c604d4fd.tar.gz dotnvim-f6df57150b0cce17954aa956fd099ff9c604d4fd.zip |
Some tips
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |