local setup, nvimcord = pcall(require, 'nvimcord') if not setup then return end nvimcord.setup { autostart = false, client_id = '954365489214291979', large_file_icon = true, log_level = vim.log.levels.DEBUG, workspace_name = function() return vim.cmd [[pwd]] end, workspace_url = function() return '' end, }