category
Technology
Tags
NeoVim
环境搭建
Collection
CreateTime
Jul 14, 2022 10:39 AM
UpdateTime
Mar 24, 2025 07:08 AM
Published
Published
资料安装安装neovim安装依赖环境Config配置初始化配置Features常见问题no c compiler found cc gcc clang cl zig are not executable
资料
learn-neovim-lua
nshen • Updated May 31, 2025
nvim
busyhe • Updated Mar 24, 2025
安装
安装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 [email protected]:busyhe/nvim.git ~/.config/nvim
配置
初始化配置
$ vim # 安装插件 :PackerSync
修改iterm2 Optionkey 以支持 alt 快捷键

Features
快捷键汇总自定义启动页面侧边栏常见问题
no c compiler found cc gcc clang cl zig are not executable
sudo apt install g++
提示下下快捷键选择
ctrl + n / p