local function config() local map_source = require("plugins.ddu.map").map_source map_source("s", "source", { sources = { { name = "source" } } }) end local spec = { "4513ECHO/ddu-source-source", dependencies = { "Shougo/ddu.vim" }, config = config } return spec