mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Starter template for LazyVim
| lua | ||
| terminal | ||
| .gitignore | ||
| .neoconf.json | ||
| init.lua | ||
| lazy-lock.json | ||
| lazyvim.json | ||
| 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
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font
# Lazy git
brew install jesseduffield/lazygit/lazygit
# RiGrep
brew install rigrep
# fd
brew install fd
Step 3: Install Lazyvim
# Pull the config
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
# Go
neovim
Uninstall
# Delete evrything, you might want to backup first
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim