mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Starter template for LazyVim
| lua | ||
| .gitignore | ||
| .neoconf.json | ||
| init.lua | ||
| LICENSE | ||
| README.md | ||
| stylua.toml | ||
💤 LazyVim
A starter template for LazyVim. Refer to the documentation to get started.
Step 1: Install Neovim
brew install neovim
Step 2: Install pre-requisites
- Nerd fonts instructions prefer brew install process
- You migth also want configure your terminal to use the font you've just downloaded
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
- Lazy git instructions prefer brew install process
brew install jesseduffield/lazygit/lazygit
- rigrep instructions prefer brew install process
brew install rigrep
- fd instructions prefer brew install process
brew install fd
Step 3: Install Lazyvim
- Backup files
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
- Pull the config
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
- Start NeoVim
neovim