about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 7da0ede..5181442 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -26,5 +26,7 @@ set tabpagemax=50
 
 inoremap <C-U> <C-G>u<C-U>
 
+set rtp+=~/.fzf
+
 " vim:set ft=vim et sw=2: