Skip to content

Commit

Permalink
Add signature plugin back to CORE_PLUGINS (#83)
Browse files Browse the repository at this point in the history
* Add signature plugin back to CORE_PLUGINS

* Alphabetize imports and plugins listing
  • Loading branch information
tomv564 authored and gatesn committed Jul 26, 2017
1 parent ac405e6 commit 61be60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyls/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
from . import (
completion, definition, format,
hover, pyflakes_lint, pycodestyle_lint,
references, symbols
references, signature, symbols
)


CORE_PLUGINS = [
completion, definition, format, hover, pyflakes_lint, pycodestyle_lint,
references, symbols
references, signature, symbols
]

0 comments on commit 61be60a

Please sign in to comment.