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