You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}.
The text was updated successfully, but these errors were encountered:
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}}
.The text was updated successfully, but these errors were encountered: