summaryrefslogtreecommitdiff
path: root/configs/fzf.vim
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-04-13 21:47:37 +0530
committerlistout <listout@protonmail.com>2021-04-13 21:47:37 +0530
commit502989c3cd4bf1e6cf2663a5a633645940b3f7b7 (patch)
treef776227268371a60bf9316f297835eea10a13b60 /configs/fzf.vim
vim config
Diffstat (limited to 'configs/fzf.vim')
-rw-r--r--configs/fzf.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/fzf.vim b/configs/fzf.vim
new file mode 100644
index 0000000..7136a21
--- /dev/null
+++ b/configs/fzf.vim
@@ -0,0 +1,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"