return { { 'gentoo/gentoo-syntax', ft = { 'ebuild' }, init = function() vim.api.nvim_create_autocmd('LspAttach', { callback = function(args) if vim.opt.filetype == 'ebuild' then vim.lsp.stop_client(vim.lsp.get_clients({ bufnr = args.bufnr })) end end, }) end, }, }