mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Adding lsp-python-ms with patch so it doesn't force itself to be installed.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user