Skip to content

Commit

Permalink
Don't show deleted files in nvim file picker
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 20, 2024
1 parent 17342dd commit d04a1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/conf/fzf/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fzf_lua.setup({
fzf_lua.git_domo = function()
fzf_lua.files({
prompt = 'GitDomo>',
cmd = '{ git diff --name-only HEAD; git domo;} | sort -u',
cmd = '{ git diff --name-only HEAD; git domo --diff-filter=d;} | sort -u',
})
end

Expand Down

0 comments on commit d04a1f0

Please sign in to comment.