summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-03-20 22:30:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-03-20 22:33:14 +0900
commita874aea69213471d08a365bb5396e8beec51aa9a (patch)
tree180949a0a5addfafa8759ef4922ac1ce6b5238b1 /doc
parent69c52099e70748d4a9f692ce7cbb74ed62fc02ce (diff)
[vim] More explanation on 'set rtp+=~/.fzf' instruction
Close #3171
Diffstat (limited to 'doc')
-rw-r--r--doc/fzf.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fzf.txt b/doc/fzf.txt
index 35d2b8ae..62295393 100644
--- a/doc/fzf.txt
+++ b/doc/fzf.txt
@@ -1,4 +1,4 @@
-fzf.txt fzf Last change: May 19 2021
+fzf.txt fzf Last change: Mar 20 2023
FZF - TABLE OF CONTENTS *fzf* *fzf-toc*
==============================================================================
@@ -32,7 +32,7 @@ depending on the package manager.
" If installed using Homebrew
set rtp+=/usr/local/opt/fzf
- " If installed using git
+ " If you have cloned fzf on ~/.fzf directory
set rtp+=~/.fzf
<
If you use {vim-plug}{1}, the same can be written as:
@@ -40,7 +40,7 @@ If you use {vim-plug}{1}, the same can be 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'
<
But if you want the latest Vim plugin file from GitHub rather than the one