Skip to content

Commit

Permalink
Migrate to community-forked Python LS
Browse files Browse the repository at this point in the history
Closes #14.
  • Loading branch information
jinnovation committed Sep 16, 2021
1 parent b1d4e41 commit a3aeec3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -553,13 +553,19 @@
(go-mode . lsp-deferred)
;; (terraform-mode . lsp-deferred)
(yaml-mode . lsp-deferred))
;; TODO:
;; For Python, would like the following installed:
;; - python-lsp-server
;; - python-lsp-black
;; - pylsp-mypy
;; - pyls-isort
:custom
(lsp-ui-sideline-enable nil) ; Disable until the weird text
; overflow issue is fixed
(lsp-signature-render-documentation nil)
(lsp-pyls-configuration-sources ["flake8"])
(lsp-pyls-plugins-pycodestyle-enabled nil)
(lsp-pyls-server-command '("pyls"))
(lsp-pyls-server-command '("pylsp"))
(lsp-enable-snippet nil)
(lsp-log-io t)
(lsp-document-sync-method nil)
Expand Down

0 comments on commit a3aeec3

Please sign in to comment.