Skip to content

Indexing excludedPatterns in Neovim #2700

Closed Answered by vinistock
gacha asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

Is that exactly the glob pattern you are using? If it is, there's a small mistake in it. Using **.rb is probably not going to match Ruby files, but directories that end with .rb. You need the pattern to be

**/tmp/**/*.rb

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gacha
Comment options

You must be logged in to vote
1 reply
@vinistock
Comment options

Comment options

You must be logged in to vote
2 replies
@gacha
Comment options

@vinistock
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants