Skip to content

Instantly share code, notes, and snippets.

@Trapez
Trapez / gist:58d1526f7c06584af99e08709069f54d
Last active February 15, 2024 14:05
Spacemacs python configuration
Spacemacs python
Configure python layer.
(python :variables
python-lsp-backend 'lsp
python-lsp-server 'pyright
python-fill-column 99
python-formatter 'black
python-format-on-save t
python-test-runner 'pytest