return { {'jakewvincent/mkdnflow.nvim', name = 'mkdnflow', lazy = false, ext = 'md', config = function() require('mkdnflow').setup({ mappings = { MkdnEnter = {{'n', 'v'}, ''}, MkdnNewListItem = {'i', ''}, }, links = { name_is_source = true, conceal = true, style = "wiki", }, modules = { yaml = true, cmp = true, tables = false, }, perspective = { priority = 'first', root_tell = '.zk' } -- Config goes here; leave blank for defaults }) end, } }