aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-12-29 14:01:16 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-12-29 14:01:16 -0500
commit0fbc31674238baf2e7844fae54e1750a4ad6b49e (patch)
tree401fb3c4544c6a9dd5d83caf2657fedf7889b3d3 /README.md
parentab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd (diff)
downloadvim-cfg-0fbc31674238baf2e7844fae54e1750a4ad6b49e.tar.gz
vim-cfg-0fbc31674238baf2e7844fae54e1750a4ad6b49e.tar.xz
update the readme and enable checkers for golang
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/README.md b/README.md
index 93439e7..6071527 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# vim-cfg
-
Personal Vimrc + other addons
No doubt there are likely other ways of keeping your vim configuration and
@@ -8,23 +7,10 @@ all addons in source control, either way this is what I'm using.
# How to use this:
-Run the following commands, be sure to _understand_ them first.
``` bash
cd $HOME
-git clone https://git.riedstra.us/mitch/vim-cfg .vim
+git clone --recurse-submodules https://git.riedstra.us/mitch/vim-cfg.git .vim
cd $HOME/.vim
-./setup.sh
./link-vimrc.sh
```
-
-
-Once those commands complete you'll have installed my configuration.
-
-
-# Using this for yourself.
-
-It's pretty simple, if you add repositories anywhere in `$HOME/.vim` then
-just run `./gen-setup.sh` and it'll take care of making a new `./setup.sh`
-for you. Commit this and push it wherever.
-