aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Christian Pohle2020-07-17 00:28:51 +0200
committerMax Christian Pohle2020-07-17 00:28:51 +0200
commit463cab0af26022d8c2cad3760383bcc6f41dd57f (patch)
treeb43bba4b499b639f29e18e9a0100aacfe6e2b7a4 /README.md
parent5a8cc26fb5084dc032153d867f8fffe00a477e48 (diff)
downloadvim-recently-used-463cab0af26022d8c2cad3760383bcc6f41dd57f.tar.bz2
vim-recently-used-463cab0af26022d8c2cad3760383bcc6f41dd57f.zip
Improved README and code comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 65559f1..dd2402e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,13 @@ update the list after changing to another directory with `:cd`.
13 13
14This should be sufficient: 14This should be sufficient:
15 15
16 git clone https://git.entwicklerseite.de/vim-recently-used ~/.vim/pack/coderonline/start/ 16 git clone https://git.entwicklerseite.de/vim-recently-used \
17 ~/.vim/pack/coderonline/start/vim-recently-used
18
19Or as submodule:
20
21 git submodule add https://git.entwicklerseite.de/vim-recently-used \
22 ~/.vim/pack/coderonline/start/vim-recently-used
17 23
18Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`. 24Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.
19 25
@@ -32,4 +38,3 @@ Or download the zip file and extract it under `~/.vim/pack/coderonline/start/`.
32 38
33* Keep it really simple 39* Keep it really simple
34* Make it a one liner 40* Make it a one liner
35
..