Neovim:
Opened this issue · 8 comments
hhstore commented
NeoVim 定制配置:
🔥️ Neovim 安装:
- ✅ https://github.com/neovim/neovim/wiki/Installing-Neovim
- ✅️ 安装成功后, 推荐使用下述一键配置全家桶方案:
NvChad
. (不推荐LunarVim
).
brew install neovim
🔥️ Neovim 文档:
Neovim 官方:
- ✅ This is the online form of Nvim's :help system.
- Neovim features are documented at :help nvim-features.
- :help quickref is a handy cheatsheet.
- Read :help nvim-from-vim if you already use Vim.
Developer
Neovim 学习教程:
Neovim 定制参考:
ref:
🔥️ Neovim 插件排行榜:
- ✅ https://neovimcraft.com/
- ✅️ 根据这个插件排行榜, 筛选插件, 不迷路.
hhstore commented
🔥️ Neovim 神仙配置方案:
- ✅️ 推荐
NvChad
, 快捷键更符合直觉. 省心方案, 一键配置. - 🙅🏻 不推荐
LunarVim
, LSP 等快捷键, 用起来非常别扭.(影响入坑).
🍄️ NvChad 方案:
- ✅ 建议入门就用这种一整套配置好的方案.
- ✅ http://neovimcraft.com/plugin/siduck76/NvChad/index.html
- ✅ https://nvchad.com/quickstart/install
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
特点:
- ⭐️⭐️⭐️⭐️⭐️
- ✅ 配色漂亮. 目前 star 最高.
配置完成体:
nvchad 详细定制:
🔥️ 配色切换:
- ✅ 主题:
gruvbox
- ✅ 这个配色非常漂亮 & 舒服!
🔥️ 安装 LSP:
- rust
- typescript
- python
- go
- dart
hhstore commented
Neovim 必装插件:
👨💻 字体:
👨💻 插件集:
- ✅ https://github.com/rockerBOO/awesome-neovim
- ✅ https://neovimcraft.com/
- ✅ https://github.com/junegunn/vim-plug
插件包管理:
👨💻 SLP 插件:
coc.nvim:
LSP 插件:
👨💻 Nvim Treesitter:
👨💻 必装插件:
hhstore commented
hhstore commented
Neovim(nvim) 配置 zig 开发环境:
hhstore commented
1
hhstore commented
1
hhstore commented
💩️ LunarVim
方案: (不推荐使用, 请选NvChad
)
- ✅ https://github.com/LunarVim/LunarVim
- ✅ https://www.lunarvim.org/languages/#at-a-glance
- ✅
空格键
, 作为 leader 键. 提示方便. - ✅️ ⭐️
- ❎️ 虽然很热门, 但是其
快捷键
设计的非常反智! 远远不如NvChad
. - ❎️ 虽然我最开始先使用
LunarVim
, 导致弃坑 NVim. 换到NvChad
, 就舒服太多.
#打开效果: 注意是 lvim, 并不是 nvim
lvim
特点:
lunarvim 教程:
快捷键:
卸载:
# 先切换到 bash, 再执行:
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/uninstall.sh)
❎️ NVim 其他不推荐方案:
AstroNvim 方案:
其他方案:
nvim 配置:
- https://www.bilibili.com/video/BV1y4411C7pE
- ✅ https://github.com/theniceboy/nvim
- https://github.com/theniceboy/nvim/blob/master/README_cn.md
nvim-config 配置: