Loading
neovim: support per plugin lua config
Adds a 'type' option to the plugin submodule so the user can precise what language it is. For now we limit the enum to lua/viml but we can extend it afterwards (to fennel/teal/free) This changes the type of userPluginViml, we could even remove it (or add lua one). lol