Feat: rg for vim

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

View File

@ -44,7 +44,7 @@ let g:ale_sign_warning = '⚐'
" Search and switch buffers " Search and switch buffers
nmap <leader>b :Buffers<cr> nmap <leader>b :Buffers<cr>
" Find files by name under the current directory " Find files by name under the current directory
nmap <leader>f :Files<cr> nmap <leader>f :GFiles<cr>
" Find files by name under the home directory " Find files by name under the home directory
nmap <leader>h :Files ~/<cr> nmap <leader>h :Files ~/<cr>
" Search content in the current file " Search content in the current file

View File

@ -32,13 +32,14 @@
- autofs - autofs
- bind-tools - bind-tools
- unzip - unzip
- fzf
- ntfs-3g - ntfs-3g
- git-annex - git-annex
- cifs-utils - cifs-utils
- gnupg - gnupg
- traceroute - traceroute
- smartmontools - smartmontools
- ripgrep
- fzf
state: present state: present
tags: tags:
- first_deployement - first_deployement
@ -75,6 +76,6 @@
lineinfile: lineinfile:
dest: /etc/pacman.conf dest: /etc/pacman.conf
regexp: '^#Color$' regexp: '^#Color$'
line: 'Color' line: 'Color'
backrefs: yes backrefs: yes
ignore_errors: yes ignore_errors: yes