From b21818fad3a7db1cbbccecd080d4f1bd5875cafe Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 6 Mar 2024 22:59:50 +0100 Subject: [PATCH] fixed readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```