A not so minimal neovim 0.12 configuration with lazyloading and native 0.12 feature support. It has some custom lazy
loading logic using pretty standard neovim features in ./lua/utils/lazload.lua, thats about the only thing non
standard here, and was just added to spee up startup time.
.
├── after/
├── ftplugin/
├── init.lua
├── lsp/
├── lua/
├──── utils/
├──── autocmds.lua
├──── configs.lua
├──── keymaps.lua
├── plugin/
└── tests/