vim.keymap.set('n', '<C-d>', function () if vim.bo.filetype ~= 'php' then return end vim.api.nvim_call_function("PhpDocSingle", {})end, options)