Hacker News new | ask | show | jobs
by 8jy89hui 1312 days ago
Complicated static configs are out; Scripts as configs (like Neovim) are in.

Both of these examples seem like they would be better fit with Lua-based configs. Scripts as configs give incredible amounts of power to the user without the programmer having to specify everything the user might want to do.

1 comments

If they pull in dependencies that can make them very non-portable, while that is typically where all their power comes from over normal config files.