Skip to content

Instantly share code, notes, and snippets.

@yamaya
Last active December 9, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamaya/8a0984c2f2bcd7bdbc1a2a574ba99f03 to your computer and use it in GitHub Desktop.
Save yamaya/8a0984c2f2bcd7bdbc1a2a574ba99f03 to your computer and use it in GitHub Desktop.
vim-clap: I want to ignore the ".gitignore" setting, but exclude ".git/" in "files" provider
nnoremap <silent>,. :<C-u>Clap files ++finder=rg --vimgrep --files --follow --hidden --no-ignore --glob !.git<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment