diff --git a/README.md b/README.md index 994fbd9..04531d7 100644 --- a/README.md +++ b/README.md @@ -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 ```