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

How can I exclude certain module paths from deoplete-jedi? #219

Open
danijar opened this issue Feb 17, 2019 · 1 comment
Open

How can I exclude certain module paths from deoplete-jedi? #219

danijar opened this issue Feb 17, 2019 · 1 comment

Comments

@danijar
Copy link

danijar commented Feb 17, 2019

My workstation includes thousands of Python files via a network drive. How can I prevent deoplete-jedi from crawling the path where the network drive is mounted to avoid slowing down the whole system? I had the same problem with the ALE syntax highlighter, which I solved by setting an option let g:ale_pattern_options = {'/path/to/exclude/.*': {'ale_enabled': 0}}.

@Shougo
Copy link
Collaborator

Shougo commented Feb 17, 2019

Unfortunately, the feature is not supported.
You can add it!

Because, it is written in Python and you are Python programmer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants