Skip to content

Instantly share code, notes, and snippets.

@mhartington
Created December 17, 2015 03:48
Show Gist options
  • Save mhartington/7f44849ecab49ba31ece to your computer and use it in GitHub Desktop.
Save mhartington/7f44849ecab49ba31ece to your computer and use it in GitHub Desktop.
let g:unite_source_rec_async_command =['ag', '--follow', '--nocolor', '--nogroup','--hidden', '-g', '', '--ignore', '.git', '--ignore', '*.png', '--ignore', 'lib']
nnoremap <silent> <c-p> :Unite -auto-resize -start-insert -direction=botright file_rec/neovim2<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment