/lazynvim

My vim editor, based on Lazyvim.

Primary LanguageLuaApache License 2.0Apache-2.0

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Quickstart

  • Make a backup of your current configuration
# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
  • Clone the repository
git clone https://github.com/mkdir700/lazynvim.git ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repository
rm -rf ~/.config/nvim/.git
  • Start Neovim!
nvim