added autoformatter

This commit is contained in:
2024-03-10 21:13:14 +01:00
parent 5d276e6684
commit 4931a03083
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ 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
## Keybindings
- CTRL + ww -> change window's focus
- CTRL + y -> accept autocomplete suggestion