diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-16 13:57:50 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-16 13:57:50 +0100 |
| commit | 7e79006ac8887395ffba80ab3d7af2c2f2e64ea2 (patch) | |
| tree | 67d0584d62fe3bed6a83a4280e0c8e4d38a6c63a /atom | |
| parent | 1e263266388c0b6cd39e09d81513e32aedc4268c (diff) | |
.
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 |
