Update README

This commit is contained in:
t0xa 2024-11-03 06:05:29 +00:00
parent 18cccb3aa5
commit c7f32a779b

View file

@ -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).