Results 67 comments of Yi Ming

Keep my recommendation still. `ts` in the editor area could be `tree-sitter` or `TypeScript`, but in the context of `Language Server Protocol`, I think it will not be confused with...

Originally, I planned to change the package name in mason-registry so that we could merge without many breaking changes, but I noticed a lot of pending pull requests in its...

When using tab mode, there's `buffers` in `name_formatter`, but there's no equivalent for `get_element_icon`. We can only get information about the currently active buffer

My usage: ```lua mode = "tabs", name_formatter = function(args) if vim.bo[args.bufnr].buftype ~= "" then for _, bufnr in ipairs(args.buffers) do if vim.bo[bufnr].buftype == "" then return vim.fn.fnamemodify(vim.api.nvim_buf_get_name(bufnr), ":t") end end...

> I'm not sure what you mean? they customize the icon too? as in they should be able to or they have to as well? @akinsho I mean they should...

@akinsho I have already provided explanations for your questions. Could you please review them again?

I just wanted to avoid the message getting lost in the notifications. Thank you.

Thank you for the very clear minimal reproduction steps; it is very helpful. This issue is what #31509 tried to address, but it didn't completely resolve the problem. I checked...

> It's an [MCP Server](https://zed.dev/docs/assistant/model-context-protocol) on the table? I also noticed this protocol, but it seems too new for now. Do you know if there are any noteworthy applications at...

> Nvim could act as an MCP server that allow ~additional~ external LLM applications that support MCP like Claude Desktop to edit files, get context,... What I'm concerned about is...