local Plugin = {'tpope/vim-commentary'} function Plugin.init() local bind = vim.keymap.set bind({'n', 'v'}, '/', ':Commentary') end return Plugin