Skip to content

Commit 61be60a

Browse files
tomv564gatesn
authored andcommitted
Add signature plugin back to CORE_PLUGINS (#83)
* Add signature plugin back to CORE_PLUGINS * Alphabetize imports and plugins listing
1 parent ac405e6 commit 61be60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyls/plugins/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from . import (
33
completion, definition, format,
44
hover, pyflakes_lint, pycodestyle_lint,
5-
references, symbols
5+
references, signature, symbols
66
)
77

88

99
CORE_PLUGINS = [
1010
completion, definition, format, hover, pyflakes_lint, pycodestyle_lint,
11-
references, symbols
11+
references, signature, symbols
1212
]

0 commit comments

Comments
 (0)