17 lines
334 B
Markdown
17 lines
334 B
Markdown
|
|
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
|
|
```
|
|
|