jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

Change Rg function to be global #37

Open Szeliga opened 5 years ago

Szeliga commented 5 years ago

It allows for mappings in vimrc such as:

map <leader>a :call Rg()<CR>