LazyVim

LazyVim/LazyVim
Library Not a standalone app — install it into your own project and call it from code.

Neovim config for the lazy

EditorDeveloper
LazyVim website screenshot

Deploy command

docker run -w /root -it --rm alpine:edge sh -uelic '
  apk add git lazygit fzf curl neovim ripgrep alpine-sdk --update
  git clone https://github.com/LazyVim/starter ~/.config/nvim
  cd ~/.config/nvim
  nvim
'

Taken from the project README. You need a server with Docker; you may still need to add environment variables.

From the README

LazyVim is a Neovim setup powered by 💤 lazy.nvim to make it easy to customize and extend your config. Rather than having to choose between starting from scratch or using a pre-made distro, LazyVim offers the best of both worlds - the flexibility to tweak your config as needed, along with the conven…

Stars
★ 27.5k
Language
Lua
License
Apache-2.0
Last updated
2026-09-08
Category
Editors & terminals
Section
General