更新README的文件结构
This commit is contained in:
parent
3fa1279ac1
commit
965f5cf9de
17
README.md
17
README.md
@ -1,4 +1,21 @@
|
|||||||
# 从零开始打造属于自己的nvim
|
# 从零开始打造属于自己的nvim
|
||||||
|
## 文件结构
|
||||||
|
```
|
||||||
|
.
|
||||||
|
├── coc-settings.json
|
||||||
|
├── init.lua
|
||||||
|
├── lazy-lock.json
|
||||||
|
├── lua
|
||||||
|
│ ├── core
|
||||||
|
│ │ ├── keymap.lua
|
||||||
|
│ │ ├── options.lua
|
||||||
|
│ │ └── plug.lua
|
||||||
|
│ └── Plugin
|
||||||
|
│ ├── coc.lua
|
||||||
|
│ ├── lualine.lua
|
||||||
|
│ └── nerdcommenter.lua
|
||||||
|
└── README.md
|
||||||
|
```
|
||||||
## vim-surround插件
|
## vim-surround插件
|
||||||
`"Hello world"`
|
`"Hello world"`
|
||||||
1.使用 `cs”‘` 效果如下:
|
1.使用 `cs”‘` 效果如下:
|
||||||
|
Loading…
Reference in New Issue
Block a user