Skip to content

Commit

Permalink
[SPACEMACS] disable params on jedi completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 21, 2019
1 parent a767f4a commit 9a8cea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ dump."
(lsp-message-project-root-warning t)
;; disable garbage rope completion in pyls
(lsp-pyls-plugins-rope-completion-enabled nil)
;; disable params in jedi completion as they are pretty much useless and annoying
(lsp-pyls-plugins-jedi-completion-include-params nil)
;; Stop printing your output to *Warnings*
(lsp-print-io t))
(use-package lsp-ui
Expand Down

0 comments on commit 9a8cea6

Please sign in to comment.