hhstore/blog

Neovim:

Opened this issue · 8 comments

related:

NeoVim 定制配置:

🔥️ Neovim 安装:

brew install neovim

🔥️ Neovim 文档:

Neovim 官方:

User manual

Developer

Neovim 学习教程:

Neovim 定制参考:

ref:

🔥️ Neovim 插件排行榜:

🔥️ Neovim 神仙配置方案:

  • ✅️ 推荐 NvChad, 快捷键更符合直觉. 省心方案, 一键配置.
  • 🙅🏻 不推荐 LunarVim, LSP 等快捷键, 用起来非常别扭.(影响入坑).

🍄️ NvChad 方案:

git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim

特点:

  • ⭐️⭐️⭐️⭐️⭐️
  • ✅ 配色漂亮. 目前 star 最高.

配置完成体:

nvchad 详细定制:

🔥️ 配色切换:

  • ✅ 主题: gruvbox
  • ✅ 这个配色非常漂亮 & 舒服!

🔥️ 安装 LSP:

  • rust
  • typescript
  • python
  • go
  • dart

Neovim(nvim) 配置 zig 开发环境:

1

1

💩️ LunarVim 方案: (不推荐使用, 请选NvChad)

#打开效果: 注意是 lvim, 并不是 nvim
lvim 

特点:

lunarvim 教程:

快捷键:

卸载:

# 先切换到 bash, 再执行:

bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/uninstall.sh)

❎️ NVim 其他不推荐方案:

AstroNvim 方案:

其他方案:

nvim 配置:

nvim-config 配置: