Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to exclude files / directories #68

Closed
corani opened this issue Jul 22, 2021 · 1 comment
Closed

Option to exclude files / directories #68

corani opened this issue Jul 22, 2021 · 1 comment

Comments

@corani
Copy link

corani commented Jul 22, 2021

Lsp needs to parse dependent libraries (e.g. vendored modules in go), but any issues reported with the code are most likely not relevant to the Trouble user. It would be nice if files / directories can be excluded based on e.g. a glob pattern.

@drbrain
Copy link

drbrain commented Mar 7, 2023

I would like to exclude *.min.js. I have some embedded in a project and having them appear in the preview window then get highlighted causes nvim to take minutes to become responsive again.

@folke
Copy link
Owner

folke commented Mar 7, 2023

Trouble just shows Neovim diagnostics. I'm not planning to add any filtering capabilities. You should properly configure your lsp server

@folke folke closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants