deoplete-plugins / deoplete-jedi

deoplete.nvim source for Python
MIT License
588 stars 40 forks source link

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

Open danijar opened 5 years ago

danijar commented 5 years ago

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 commented 5 years ago

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

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