Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim: #387

Open
hhstore opened this issue Sep 9, 2022 · 8 comments
Open

Neovim: #387

hhstore opened this issue Sep 9, 2022 · 8 comments

Comments

@hhstore
Copy link
Owner

hhstore commented Sep 9, 2022

related:

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

NeoVim 定制配置:

🔥️ Neovim 安装:

brew install neovim

🔥️ Neovim 文档:

Neovim 官方:

User manual

Developer

Neovim 学习教程:

Neovim 定制参考:

ref:

🔥️ Neovim 插件排行榜:

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

🔥️ Neovim 神仙配置方案:

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

🍄️ NvChad 方案:

git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
  • 删除 & 卸载方式:
# Linux / MacOS (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim

# Flatpak (linux)
rm -rf ~/.var/app/io.neovim.nvim/config/nvim
rm -rf ~/.var/app/io.neovim.nvim/data/nvim
rm -rf ~/.var/app/io.neovim.nvim/.local/state/nvim

# Windows CMD
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data

# Windows PowerShell
rm -Force ~\AppData\Local\nvim
rm -Force ~\AppData\Local\nvim-data

特点:

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

配置完成体:

nvchad 详细定制:

🔥️ 配色切换:

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

🔥️ 安装 LSP:

  • rust
  • typescript
  • python
  • go
  • dart

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

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

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

1

1 similar comment
@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

1

@hhstore
Copy link
Owner Author

hhstore commented Sep 9, 2022

💩️ 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 配置:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant