Feat: rg for vim

This commit is contained in:
2020-05-06 22:00:56 +02:00
parent 4bc14b752c
commit 25eab73ace
2 changed files with 4 additions and 3 deletions

View File

@@ -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