A starter template for LazyVim. Refer to the documentation to get started.
This version of lazyvim requires the nightly version of neovim (0.11) installation guide below: Before proceeding with the installation guide please check the following links: https://github.com/neovim/neovim/blob/master/INSTALL.md https://github.com/neovim/neovim/releases/nightly
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x nvim.appimage
sudo mv nvim.appimage /usr/local/bin/nvim
./nvim.appimage --appimage-extract sudo mv squashfs-root /opt/nvim sudo ln -s /opt/nvim/usr/bin/nvim /usr/local/bin/nvim
export PATH="/usr/local/bin:$PATH"
source ~/.bashrc # or source ~/.zshrc if you're using zsh