moved to black

This commit is contained in:
2024-03-10 21:36:29 +01:00
parent f4029d4e0f
commit b57f63e334

View File

@@ -13,8 +13,14 @@ After cloned the repo, move the `init.vim` in the neovim config, start neovim an
Install your preferred LSP (`coc-rust-analyzer`, `coc-python`, and so on...)
> Some of them are already installed...
For python autoformatting you should install `autopep8`:
> pip install --upgrade autopep8
For python autoformatting you should install `black`:
```bash
pip install --upgrade black
```
If you have any issues, try formatting with:
```bash
python -m black {file}
```
## Keybindings
- CTRL + ww -> change window's focus