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