Neovim config files for astronauts.
- Use builtins when convenient. E.g. vim.pack.add for plugins.
- Use a minimal set of plugins.
- Easy to maintain and update. Use separate files per configuration item. E.g. Each plugin in its own file under lua/plugins/.
- Practical UI. Fluff is good when it provides some value. E.g. icons for filetypes, semantic color tokens.