removed example layout

This commit is contained in:
christy-lumberg 2025-11-04 08:06:42 +00:00
parent ccc9a3971c
commit 3156374ee4

View File

@ -1,16 +0,0 @@
This is a nice example layout that I think would be a reasonable
way to layout my neovim configuration.
```
~/.config/nvim/
├── init.lua
└── lua
├── core
│   ├── keymaps.lua
│   └── options.lua
└── plugins
└── plugin.lua
└── configs.lua
```