Feat: rg for vim
This commit is contained in:
parent
4bc14b752c
commit
25eab73ace
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user