Starter template for LazyVim
Find a file
2024-01-03 23:09:32 +01:00
lua update splash screen 2024-01-03 23:09:32 +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 update splash screen 2024-01-03 23:09:32 +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 Update README.md 2024-01-03 21:04:37 +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 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
brew install jesseduffield/lazygit/lazygit
brew install rigrep
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