+recursive path variable

Suggestion from a YouTube video to allow quick editing and jumping
around a directory.
This commit is contained in:
odave
2020-04-05 02:31:16 +01:00
parent 6baa9a8165
commit 722b792369

1
vimrc
View File

@@ -41,6 +41,7 @@ set shiftwidth=4
set previewheight=5
set foldmethod=syntax
set foldlevel=99
set path+=**
let mapleader = ' '