-- local helper = require("kyoh86.plug.ddu.helper") ---@type LazySpec local spec = { "Shougo/ddu-kind-file", dependencies = { "Shougo/ddu.vim" }, config = function() kyoh86.fa.ddu.custom.patch_global({ kindOptions = { file = { defaultAction = "open", }, }, }) end, } return spec