Skip to content

IDE-like neovim config. 把 NeoVim 打造为 IDE。

Notifications You must be signed in to change notification settings

Yidadaa/Oh-My-Nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

现代 NeoVim 配置

主界面

image

搜索框

image

快捷键提示

image

命令中心

image

调试界面

image

功能

  • 类似 VSCode 的 Command Palette
  • 全中文快捷键配置
  • 支持 C/C++、CMake、Rust、Python 的开箱即用
  • Win / Mac / Linux 跨平台兼容

安装

git clone https://github.com/Yidadaa/Oh-My-Nvim.git ~/.config/nvim

sudo apt install neovim ripgrep fd-find cargo -y

yarn global add neovim

# cpp 调试工具
# 方案 1:直接安装最新的
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
# 方案 2:安装 llvm-14
sudo apt install -y llvm-14 lldb-14

# 将 lldb-vscode 链接到 /usr/local/bin
sudo ln -s path/to/lldb-vscode /usr/local/bin/lldb-vscode

# git 终端 ui(可选)
cargo install gitui --no-default-features

About

IDE-like neovim config. 把 NeoVim 打造为 IDE。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages