moved to black
This commit is contained in:
10
README.md
10
README.md
@@ -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...)
|
Install your preferred LSP (`coc-rust-analyzer`, `coc-python`, and so on...)
|
||||||
> Some of them are already installed...
|
> Some of them are already installed...
|
||||||
|
|
||||||
For python autoformatting you should install `autopep8`:
|
For python autoformatting you should install `black`:
|
||||||
> pip install --upgrade autopep8
|
```bash
|
||||||
|
pip install --upgrade black
|
||||||
|
```
|
||||||
|
If you have any issues, try formatting with:
|
||||||
|
```bash
|
||||||
|
python -m black {file}
|
||||||
|
```
|
||||||
|
|
||||||
## Keybindings
|
## Keybindings
|
||||||
- CTRL + ww -> change window's focus
|
- CTRL + ww -> change window's focus
|
||||||
|
|||||||
Reference in New Issue
Block a user