local ok, trouble = pcall(require, 'trouble')
if not ok then
vim.notify('trouble load error')
end
trouble.setup()