You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
152 B
Cheetah
8 lines
152 B
Cheetah
2 years ago
|
{{ if lookPath "fzf" -}}
|
||
2 years ago
|
Plug 'junegunn/fzf', { 'tag': '0.40.0' }
|
||
4 years ago
|
Plug 'junegunn/fzf.vim'
|
||
4 years ago
|
|
||
|
map <leader>fz :GFiles<CR>
|
||
|
map <leader>rg :Rg<CR>
|
||
2 years ago
|
{{- end }}
|