334 B
334 B
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