From 3303dfe3259605f08b54ec3d098b2e5ef80b83bb Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Wed, 18 Sep 2024 20:32:50 -0700 Subject: [PATCH] Add neovim installation instructions to lazyvim --- lazyvim/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lazyvim/README.md b/lazyvim/README.md index e426042..f894da9 100644 --- a/lazyvim/README.md +++ b/lazyvim/README.md @@ -8,21 +8,27 @@ Homebrew: ``` brew install neovim ``` -1. Back up existing nvim config +Ubuntu (installing newer version of neovim): +``` +- `sudo add-apt-repository ppa:neovim-ppa/stable` +- `sudo apt update` +- `sudo apt install neovim` +``` +2. Back up existing nvim config ``` mv ~/.config/nvim ~/.config/nvim_BAK ``` -2. Clone this repo to wherever you're gonna keep it. +3. Clone this repo to wherever you're gonna keep it. ``` gh repo clone runyanjake/lazyvim ~/repositories/lazyvim ``` -3. Link all nvim related items to the nvim config folder. +4. Link all nvim related items to the nvim config folder. ``` ln -sfn /path/to/dotfiles/lazyvim/stylua.toml ~/.config/nvim/stylua.toml ln -sfn /path/to/dotfiles/lazyvim/lua ~/.config/nvim/lua ln -sfn /path/to/dotfiles/lazyvim/init.lua ~/.config/nvim/init.lua ``` -4. Start nvim, and let all the packages install. Done! +5. Start nvim, and let all the packages install. Done! ## Plugins/Addons/Extras