return { { 'neovim/nvim-lspconfig', opts = { setup = { clangd = function(_, opts) opts.capabilities.offsetEncoding = { 'utf-16' } end, }, }, }, }