A starter template for LazyVim. Refer to the documentation to get started.
Remove any existing Neovim configuration and state:
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
Clone this repository:
git clone git@github.com:lvaylet/nvim.git ~/.config/nvim
Start Neovim and watch the magic happen!
nvim