fixed readme

This commit is contained in:
2024-03-06 22:59:50 +01:00
parent f0ebf0054d
commit b21818fad3

View File

@@ -5,7 +5,8 @@ My attempt to make my personal dotfiles (I'm doing this to learn more about Linu
- Neovim
### Startup
First of all install jedi by typing:
Before doing something, you should install vimplug following this [guide](https://github.com/junegunn/vim-plug).
Then install jedi by typing:
```bash
pip install jedi-language-server
```