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