Skip to content

Commit

Permalink
Activate fzf in vim if available
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Oct 30, 2018
1 parent 655a73d commit 0464d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim/dot-vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ set ttimeoutlen=10
set t_Co=256
set guifont=Hack\ 11

if isdirectory("~/.fzf")
set rtp+=~/.fzf
endif

if (has("termguicolors"))
set termguicolors
endif
Expand Down

0 comments on commit 0464d81

Please sign in to comment.