diff --git a/init.vim b/init.vim index f51c18b..ab27e30 100644 --- a/init.vim +++ b/init.vim @@ -967,7 +967,7 @@ function! InsertSnip(snip_name) endfunction function! FzySnip() - call picker#File('find -type f -name "*.snip"', 'R', {'cwd': stdpath('config') . '/snippets'}) + call picker#File('find -follow -type f -name "*.snip"', 'R', {'cwd': stdpath('config') . '/snippets'}) endfunction command! -nargs=1 R call InsertSnip()