Remix.run Logo
kzrdude 5 days ago

The settings variable convention is not good, uses random variable prefixes. A new convention is needed, then the ball can start rolling on that. Until then the lazy nvim and/or setup paradigm is useful.

mrcjkb 5 days ago | parent [-]

You don"t have to use a separate variable prefix for each config option. A plugin's config variable can just be a table/dictionary.

kzrdude 5 days ago | parent [-]

We need a uniform convention for this. Hopefully then vim.pack enforces something.