Add Poetry support
This commit is contained in:
parent
02374c69ce
commit
4891a7151f
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue