When passing data to wasm module function from lua, you can only pass a single table. Table in lua can be arrays or similar to json with fields that have key and value pair, inside the wasm module, ...
Configuration in neovim can be very modular. To start with, we will have a single file config, called "init.lua". Later on we will change our configuration to be more modular. Either way will function ...