diff options
Diffstat (limited to 'atom')
| -rw-r--r-- | atom/config.cson | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/atom/config.cson b/atom/config.cson index c5f0683..f3b4d8e 100644 --- a/atom/config.cson +++ b/atom/config.cson @@ -36,6 +36,11 @@ jedi_definition: follow_builtin_imports: true follow_imports: true + jedi_hover: + enabled: false + jedi_references: + enabled: false + jedi_signature_help: {} mccabe: enabled: false pyflakes: @@ -43,7 +48,7 @@ linter: {} "linter-flake8": {} "linter-ui-default": - panelHeight: 192 + panelHeight: 206 "lisp-paredit": enabled: false strict: false |
