安装 neovim
# 安装必备软件
scoop install neovim git gcc ripgrep fd unzip tree-sitter luarocks# 下载安装 LazyVim 配置
git clone https://github.com/LazyVim/starter $env:LOCALAPPDATA\nvim --depth=1# 为'nvim'设置别名为'vim'
Set-Alias -Name vim -Value 'nvim'
在powershell输入vim
等着安装插件