Skip to content

Commit

Permalink
don't ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed Oct 15, 2018
1 parent 3668620 commit 1bc7ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/kak/plugins.kak
Expand Up @@ -26,7 +26,7 @@ evaluate-commands %sh{
echo "map -docstring 'fzf mode' global normal '<c-p>' ': fzf-mode<ret>'"
echo "set-option global fzf_preview_width '65%'"
if [ ! -z "$(command -v fd)" ]; then
echo "set-option global fzf_file_command 'fd . --type f --follow --hidden --exclude .git --exclude .svn'"
echo "set-option global fzf_file_command 'fd . --no-ignore --type f --follow --hidden --exclude .git --exclude .svn'"
else
echo "set-option global fzf_file_command \"find . \( -path '*/.svn*' -o -path '*/.git*' \) -prune -o -type f -follow -print\""
fi
Expand Down

0 comments on commit 1bc7ca5

Please sign in to comment.