-
-
Notifications
You must be signed in to change notification settings - Fork 49
Supported platforms
Alisue edited this page Oct 6, 2020
·
2 revisions
Supported but
- UNC path is not supported
Supported
Supported
Not sure. While some BSD distribution does not support -maxdepth
option on find
command, you may need to overwrite g:fern#scheme#file#provider#impl
manually like
let g:fern#scheme#file#provider#impl = 'ls'
let g:fern#scheme#file#provider#impl = 'readdir'
let g:fern#scheme#file#provider#impl = 'glob'
https://github.com/lambdalisue/fern.vim/issues/237#issuecomment-703719289