From 948aecfec64f8b2e43b22a26b9ef1f9ff37bf3b8 Mon Sep 17 00:00:00 2001 From: whitney-server Date: Sun, 22 Sep 2024 05:31:26 +0000 Subject: [PATCH] update README --- lazyvim/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lazyvim/README.md b/lazyvim/README.md index f894da9..45fa341 100644 --- a/lazyvim/README.md +++ b/lazyvim/README.md @@ -10,9 +10,9 @@ brew install neovim ``` Ubuntu (installing newer version of neovim): ``` -- `sudo add-apt-repository ppa:neovim-ppa/stable` -- `sudo apt update` -- `sudo apt install neovim` +sudo add-apt-repository ppa:neovim-ppa/stable +sudo apt update +sudo apt install neovim ``` 2. Back up existing nvim config ```