更新安装方法

This commit is contained in:
QQ 2023-02-11 23:07:44 +08:00
parent 38050c3689
commit c87b110b94

View File

@ -1,6 +1,22 @@
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} --> <!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
# 从零开始打造属于自己的nvim # 从零开始打造属于自己的nvim
## 如何在不同的系统安装
### arch系
--- ---
```bash
sudo pacman -S neovim nodejs npm
```
### ubuntu系
---
```bash
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs
sudo apt-get install neovim
```
## 文件结构 ## 文件结构
--- ---
``` ```