From c7f32a779bef8c0c6f70df5dd7fedfdf2660feec Mon Sep 17 00:00:00 2001 From: t0xa Date: Sun, 3 Nov 2024 06:05:29 +0000 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 340a658..2b4486d 100644 --- a/README.md +++ b/README.md @@ -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).