I'm getting started using vim for a week and many things still new to me. During the research, I found Unite.vim is extremely great. However, I cannot manage to get this command works:
nnoremap <leader>f :<C-u>Unite -start-insert file_rec/async.
I looked into doc file and it says the following:
file_rec/async Same as |unite-source-file_rec|, but get files asynchronously.
Note: This source requires vimproc.
Note: This source requires "ag" or "find" command.
Note: Windows "find" command is not supported.
I'm using vim windows and don't find the way to have Ag
or find
compatible commands (I guess it would be for mac/linux)
Any instructions would be appreciate. Tks :)