daasdasd
This commit is contained in:
parent
de09f1cf28
commit
dc6211e158
53
README.md
53
README.md
@ -1,53 +0,0 @@
|
|||||||
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
|
|
||||||
# 从零开始打造属于自己的nvim
|
|
||||||
|
|
||||||
## 小tips
|
|
||||||
在克隆后使用:
|
|
||||||
```
|
|
||||||
git config --global credential.helper store
|
|
||||||
```
|
|
||||||
只用在http下输入一次密码了
|
|
||||||
|
|
||||||
## 如何在不同的系统安装
|
|
||||||
### arch系
|
|
||||||
```bash
|
|
||||||
sudo pacman -S neovim nodejs npm
|
|
||||||
```
|
|
||||||
|
|
||||||
### ubuntu系
|
|
||||||
```bash
|
|
||||||
sh install
|
|
||||||
```
|
|
||||||
|
|
||||||
## 文件结构
|
|
||||||
```
|
|
||||||
.
|
|
||||||
├── init.lua
|
|
||||||
├── lua
|
|
||||||
│ ├── G.lua
|
|
||||||
│ ├── neovim
|
|
||||||
│ │ ├── keymap.lua
|
|
||||||
│ │ ├── neovim.lua
|
|
||||||
│ │ ├── options.lua
|
|
||||||
│ │ ├── plug.lua
|
|
||||||
│ │ └── plugsettings
|
|
||||||
│ │ ├── coc.lua
|
|
||||||
│ │ ├── lualine.lua
|
|
||||||
│ │ ├── nvimtree.lua
|
|
||||||
│ │ └── treesitter.lua
|
|
||||||
│ ├── normal
|
|
||||||
│ │ ├── keymap.lua
|
|
||||||
│ │ ├── normal.lua
|
|
||||||
│ │ ├── options.lua
|
|
||||||
│ │ ├── plug.lua
|
|
||||||
│ │ └── plugsettings
|
|
||||||
│ │ ├── edit-plugs.lua
|
|
||||||
│ │ └── hop.lua
|
|
||||||
│ └── vscode
|
|
||||||
│ ├── keymap.lua
|
|
||||||
│ ├── options.lua
|
|
||||||
│ ├── plug.lua
|
|
||||||
│ ├── plugsettings
|
|
||||||
│ └── vscode.lua
|
|
||||||
└── README.md
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user