Starter template for LazyVim
Find a file
2024-05-06 22:14:08 +02:00
lua custom color scheme lua line and popups 2024-05-06 22:14:08 +02:00
.gitignore feat: initial commit 2023-01-07 10:20:36 +01:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
init.lua docs: init.lua 2023-01-07 10:53:23 +01:00
lazy-lock.json custom color scheme lua line and popups 2024-05-06 22:14:08 +02:00
lazyvim.json custom color scheme lua line and popups 2024-05-06 22:14:08 +02:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md Update README.md 2024-01-03 23:03:11 +01:00
stylua.toml feat: initial commit 2023-01-07 10:20:36 +01:00

💤 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
# Backup
mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

# Pull
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim

# Go
neovim

Example configs