We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67158b3 commit 071773fCopy full SHA for 071773f
plugin/definition.py
@@ -15,6 +15,7 @@ def __init__(self, view):
15
def is_enabled(self, event=None):
16
if self.has_client_with_capability('definitionProvider'):
17
return is_at_word(self.view, event)
18
+ return False
19
20
def run(self, edit, event=None):
21
client = client_for_view(self.view)
0 commit comments