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
|
||||
```
|
||||
.
|
||||
├── Dockerfile
|
||||
├── README.md
|
||||
|
@ -9,6 +10,7 @@
|
|||
│ └── options.lua
|
||||
└── plugins
|
||||
└── lazy.lua
|
||||
```
|
||||
|
||||
## init.lua
|
||||
Файл, в который "смотрит" neovim при [старте](https://neovim.io/doc/user/starting.html#initialization).
|
||||
|
|
Loading…
Reference in a new issue