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
|
# File structure
|
||||||
|
```
|
||||||
.
|
.
|
||||||
├── Dockerfile
|
├── Dockerfile
|
||||||
├── README.md
|
├── README.md
|
||||||
|
@ -6,9 +7,10 @@
|
||||||
└── lua
|
└── lua
|
||||||
└── t0xa
|
└── t0xa
|
||||||
├── core
|
├── core
|
||||||
│ └── 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