Starter template for LazyVim
Find a file
2024-01-11 20:13:10 +01:00
lua Disable leap 2024-01-10 14:27:05 +01: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 disable leap 2024-01-08 18:08:36 +01:00
lazyvim.json lazy 2024-01-03 21:08:52 +01:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md Add uninstall 2024-01-11 20:13:10 +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
# Pull
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim

# Go
neovim

Uninstall

# Backup
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim

Example configs