summaryrefslogtreecommitdiff
path: root/README-VIM.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 9844252a..a396b611 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -15,7 +15,7 @@ set rtp+=/usr/local/opt/fzf
" If installed using Homebrew on Apple Silicon
set rtp+=/opt/homebrew/opt/fzf
-" If installed using git
+" If you have cloned fzf on ~/.fzf directory
set rtp+=~/.fzf
```
@@ -26,7 +26,7 @@ written as:
" If installed using Homebrew
Plug '/usr/local/opt/fzf'
-" If installed using git
+" If you have cloned fzf on ~/.fzf directory
Plug '~/.fzf'
```