Adding lsp-python-ms with patch so it doesn't force itself to be installed.

This commit is contained in:
Julian DeMille 2019-07-26 22:32:17 -04:00
parent 49afaa8bd1
commit 850c0bbb61
No known key found for this signature in database
GPG key ID: 8F7721E7BF5772ED
2 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,10 @@
;; Major modes
(package! pip-requirements)
;; LSP
(when (featurep! +lsp)
(package! lsp-python-ms))
;; Programming environment
(package! anaconda-mode)
(when (featurep! :completion company)