Lazy安装

Runtime / 2025-02-10 / 原文

LazyNvim

LazyNvim是一款集成众多Nvim插件的框架,为Nvim爱好者减少了很多配置nvim的精力。

安装

Linux

Clone the starter

git clone https://github.com/LazyVim/starter ~/.config/nvim

# Remove the .git folder, so you can add it to your own repo later

rm -rf ~/.config/nvim/.git

Start Neovim!

nvim