From 25eab73ace4977ffc2918869177933500aad2d26 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 6 May 2020 22:00:56 +0200 Subject: [PATCH] Feat: rg for vim --- files/dotfiles/vim/config/plugins.vim | 2 +- tasks/arch_CLI_packages.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/dotfiles/vim/config/plugins.vim b/files/dotfiles/vim/config/plugins.vim index 63aafa6..eb0a03a 100644 --- a/files/dotfiles/vim/config/plugins.vim +++ b/files/dotfiles/vim/config/plugins.vim @@ -44,7 +44,7 @@ let g:ale_sign_warning = '⚐' " Search and switch buffers nmap b :Buffers " Find files by name under the current directory -nmap f :Files +nmap f :GFiles " Find files by name under the home directory nmap h :Files ~/ " Search content in the current file diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index 72c239a..9f2b5cb 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -32,13 +32,14 @@ - autofs - bind-tools - unzip - - fzf - ntfs-3g - git-annex - cifs-utils - gnupg - traceroute - smartmontools + - ripgrep + - fzf state: present tags: - first_deployement @@ -75,6 +76,6 @@ lineinfile: dest: /etc/pacman.conf regexp: '^#Color$' - line: 'Color' + line: 'Color' backrefs: yes ignore_errors: yes