Adding lsp-python-ms with patch so it doesn't force itself to be installed.
This commit is contained in:
parent
49afaa8bd1
commit
850c0bbb61
2 changed files with 14 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue