mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix another typo
This commit is contained in:
parent
195b85bd04
commit
75d55e21a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ follows. Now when you run `:Ack` it will use `rg` instead:
|
|||
One of my favourite plugins, [fzf.vim](https://github.com/junegunn/fzf.vim) has
|
||||
built-in support for `ag`. I've created an [experimental fork][fork] that adds
|
||||
support for `rg` to it. My fork adds the `:Rg` user command, which works the
|
||||
same was as the existing `:Ag` command. To use my version of the plugin with
|
||||
same way as the existing `:Ag` command. To use my version of the plugin with
|
||||
[vim-plug] add the following to your `.vimrc`:
|
||||
|
||||
Plug 'wezm/fzf.vim', { 'branch': 'rg' }
|
||||
|
|
Loading…
Reference in a new issue