# HG changeset patch # User June Park # Date 1765936905 18000 # Node ID 983769fba767dbae6672d085ab681eaf677317d2 # Parent 2b11e044904275cfd5621039ff36019884b9f31f Updated so that fzf works out of the box. diff -r 2b11e0449042 -r 983769fba767 vim-setup/.vimrc --- a/vim-setup/.vimrc Sat Dec 13 14:24:20 2025 -0800 +++ b/vim-setup/.vimrc Tue Dec 16 21:01:45 2025 -0500 @@ -59,6 +59,9 @@ nnoremap y "+y vnoremap y "+y +" FZF +" Add fzf to runtimepath +set rtp += ~/.fzf " ff: Fuzzy file search nnoremap ff :Files