Patch README file
This commit is contained in:
parent
80fb26baf4
commit
b3b814e48e
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# File structure
|
# File structure
|
||||||
|
```
|
||||||
.
|
.
|
||||||
├── Dockerfile
|
├── Dockerfile
|
||||||
├── README.md
|
├── README.md
|
||||||
|
@ -9,6 +10,7 @@
|
||||||
│ └── options.lua
|
│ └── options.lua
|
||||||
└── plugins
|
└── plugins
|
||||||
└── lazy.lua
|
└── lazy.lua
|
||||||
|
```
|
||||||
|
|
||||||
## init.lua
|
## init.lua
|
||||||
Файл, в который "смотрит" neovim при [старте](https://neovim.io/doc/user/starting.html#initialization).
|
Файл, в который "смотрит" neovim при [старте](https://neovim.io/doc/user/starting.html#initialization).
|
||||||
|
|
Loading…
Reference in a new issue