安装

安装neovim

Mac
brew install neovim
CenOS
yum install neovim
配置环境变量
alias vim='nvim' alias vi='nvim' alias v='nvim'

安装依赖环境

telescope
brew install ripgrep brew install fd
github
:Copilot setup

Config

git clone git@github.com:busyhe/nvim.git ~/.config/nvim
 

配置

初始化配置

$ vim # 安装插件 :PackerSync
修改iterm2 Optionkey 以支持 alt 快捷键
notion image

常见问题

no c compiler found cc gcc clang cl zig are not executable

sudo apt install g++
badge