summaryrefslogtreecommitdiff
path: root/configs/fzf.vim
blob: 7136a21faa184d5c0a21ceb6c5575554df17f506 (plain)
1
2
3
4
5
let $FZF_DEFAULT_COMMAND =  "find * -path
			\ '*/\.*' -prune -o -path 'node_modules/**'
			\ -prune -o -path 'target/**' -prune -o -path
			\'dist/**' -prune -o  -type f -print -o -type
			\ l -print 2> /dev/null"