M = {} M.config = { plugins = { marks = true, registers = true, spelling = { enabled = true, suggestions = 10, }, presets = { operators = true, motions = true, text_objects = true, windows = true, nav = true, z = true, g = true, }, }, icons = { breadcrumb = '󰇘', separator = '󰇼', group = '󰋃', }, window = { border = 'single', position = 'bottom', }, -- ignore_missing = true, disable = { filetypes = { 'TelescopePrompt' }, }, } M.default_bindings = { ['w'] = { name = '+vimwiki' }, ['l'] = { name = '+LSP' }, ['c'] = { name = '+NerdComment' }, ['f'] = { name = '+File' }, ['t'] = { name = '+telescope' }, } return M