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