local Plugin = {'leafOfTree/vim-project'} function Plugin.init() local bind = vim.keymap.set bind('n', 'o', ':ProjectList') end return Plugin