Last active
December 9, 2020 14:17
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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