🥴 neovim/INSTALL.md at master · neovim/neovim
通过nvim-win64.msi一键安装。
😄 neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
git clone https://github.com/neovim/nvim-lspconfig C:/Users/ACEone/.config/nvim/pack/nvim/start/nvim-lspconfigsudo apt-get install neovim创建配置文件夹
mkdir -p ~/.config/nvim# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
# 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!
nvimIt is recommended to run
:LazyHealthafter installation. This will load all plugins and check if everything is working correctly.