-- Define a module table local M = {} -- Set up the plugin M.setup = function(config) -- TODO: Use https://github.com/nvimdev/nvim-plugin-template for easy setup print("WIP") end return M