From 75d55e21a4591ab9bc24e3b91c06090526f22267 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 1 Oct 2016 10:50:15 +1000 Subject: [PATCH] Fix another typo --- content/technical/2016/09/ripgrep-with-vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/technical/2016/09/ripgrep-with-vim.md b/content/technical/2016/09/ripgrep-with-vim.md index 098b9dc..a0af2b5 100644 --- a/content/technical/2016/09/ripgrep-with-vim.md +++ b/content/technical/2016/09/ripgrep-with-vim.md @@ -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' }