flutter.vim (282B)
1 " Project-specific settings when working in the Flutter engine codebase. 2 if expand('%:p:h') ==# expand('~/Developer/flutter/engine/src/flutter') 3 set path+=shell/platform/darwin/ios/** 4 set path+=shell/platform/darwin/common/** 5 set path+=shell/platform/darwin/graphics/** 6 endif