Ubuntu下安装neovim编辑器用snap安装最新版,apt安装的版本比较旧:sudo snap install nvim –classic安装Lazyvim插件:https://www.lazyvim.org/installationsudo git clone https://github.com/LazyVim/starter ~/.config/nvim下载字体:https://www.nerdfonts.com/font-downloadswget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/0xProto.zip解压字体文件,将mono字体复制到字体文件夹:unzip 0xProto.zip
sudo cp 0xProtoNerdFontMono-Bold.ttf /usr/share/fonts/
sudo apt install fontconfig
fc-cache -fv最后,还可以安装一个gcc编译器:sudo apt install build-essential
