LazyVim
LazyVim/LazyVim
Neovim 的现成配置发行版,装完就是顺手的 IDE
部署命令
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
'摘自项目 README。需要一台装了 Docker 的服务器,命令可能还需补充环境变量。
项目简介(摘自 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…
- 星数
- ★ 27.5k
- 语言
- Lua
- 许可证
- Apache-2.0
- 最近更新
- 2026-09-08
- 分类
- 编辑器与终端
- 场景
- 通用工具