From ba7a7478da3179eda47202b8c2f28473e68b2e14 Mon Sep 17 00:00:00 2001
From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com>
Date: Sat, 2 May 2020 21:20:54 +0200
Subject: [PATCH] Add 'fuzzy' finder

---
 dotfiles/vim/vimrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc
index 166496a..ca21139 100644
--- a/dotfiles/vim/vimrc
+++ b/dotfiles/vim/vimrc
@@ -154,6 +154,9 @@ set showmatch " highlight matching braces
 
 " SEARCHING {{{
 
+" Find files in sub-folders too
+set path+=**
+
 set incsearch " search as characters are entered
 set hlsearch " highlight matches
 " turn off search hightlight after search with `,<space>`