mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor!(python): remove anaconda-mode
BREAKING CHANGE: This removes company and non-LSP integration from the Python module, in order to reduce the complexity of the module, reduce dependencies on Company, and lean more on LSP, which provides these features with more reliability and consistency. Switch to :tools lsp and install a Python LSP client to get these features back.
This commit is contained in:
@ -14,11 +14,6 @@
|
||||
(when (modulep! +pyright)
|
||||
(package! lsp-pyright :pin "b4cee81af46274303f2cb9b75de9fc8ddcba04d9"))))
|
||||
|
||||
;; Programming environment
|
||||
(package! anaconda-mode :pin "28b3e0088ac7113390aa006bf277c8aa14e561a2")
|
||||
(when (modulep! :completion company)
|
||||
(package! company-anaconda :pin "fe6a5290441f713945956adf74c45e369f3cbefa"))
|
||||
|
||||
;; Environment management
|
||||
(package! pipenv :pin "3af159749824c03f59176aff7f66ddd6a5785a10")
|
||||
(package! pyvenv :pin "31ea715f2164dd611e7fc77b26390ef3ca93509b")
|
||||
|
Reference in New Issue
Block a user