Add Poetry support

This commit is contained in:
Viktor Astakhov 2020-04-22 20:48:00 +03:00
parent 02374c69ce
commit 4891a7151f
4 changed files with 16 additions and 0 deletions

View file

@ -280,6 +280,11 @@ called.")
'append))
(use-package! poetry
:when (featurep! +poetry)
:after python)
(use-package! lsp-python-ms
:when (featurep! +lsp)
:after lsp-clients