update README

This commit is contained in:
whitney-server 2024-09-22 05:34:56 +00:00
parent ab8324defc
commit 1211f4d99a

View File

@ -40,14 +40,14 @@ sudo ufw allow 22
sudo ufw reload sudo ufw reload
``` ```
#### Neovim #### Neovim/LazyVim
Better vim editor. Better vim editor.
``` ```
sudo add-apt-repository ppa:neovim-ppa/stable sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update sudo apt update
sudo apt-get install neovim sudo apt-get install neovim
``` ```
For configuration, follow customization steps in my [dotfiles repo](https://github.com/runyanjake/dotfiles/tree/main/neovim). This installs a new-ish version of neovim. To install and configure LazyVim, follow customization steps in my [dotfiles repo](https://github.com/runyanjake/dotfiles/tree/main/neovim).
#### Neofetch #### Neofetch
System stats, visualized. System stats, visualized.