Neovim

category
Technology
Tags
NeoVim
环境搭建
Collection
CreateTime
Jul 14, 2022 10:39 AM
UpdateTime
Mar 24, 2025 07:08 AM
Published
Published

资料

learn-neovim-lua
nshenUpdated May 31, 2025
nvim
busyheUpdated 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 快捷键
notion image

Features

快捷键汇总
自定义启动页面
侧边栏

常见问题

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

sudo apt install g++
提示下下快捷键选择
ctrl + n / p