-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Comments
NeoVim 定制配置:🔥️ Neovim 安装:
brew install neovim 🔥️ Neovim 文档:Neovim 官方:
Neovim 学习教程:
Neovim 定制参考:
🔥️ Neovim 插件排行榜:
|
🔥️ Neovim 神仙配置方案:
🍄️ 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
nvchad 详细定制:🔥️ 配色切换:
🔥️ 安装 LSP:
|
Neovim 必装插件:👨💻 字体:👨💻 插件集:
👨💻 SLP 插件:
👨💻 Nvim Treesitter:👨💻 必装插件: |
Neovim(nvim) 配置 zig 开发环境: |
1 |
1 similar comment
1 |
💩️
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related:
The text was updated successfully, but these errors were encountered: