local M = { 'j-morano/buffer_manager.nvim', } function M.config() require('buffer_manager').setup { -- line_keys = '', -- deactivate line keybindings select_menu_item_commands = { edit = { key = '', command = 'edit', }, v = { key = '', command = 'vsplit', }, h = { key = '', command = 'split', }, }, width = 0.8, } end return M