Skip to content

mkdir700/lazynvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 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

About

My vim editor, based on Lazyvim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages