windows安装lazyvim

安装 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等着安装插件

posted @ 2025-02-11 23:00  woioeow  阅读(1051)  评论(0)    收藏  举报