local api = vim.api local M = {} -- This function sets up everythin needed for a given language -- this is the main interface through the plugin function M.setup(lang) end return M