Munif Tanjim

Results 164 comments of Munif Tanjim

About the examples: ```lua diagnostic_cache_extmarks[bufnr][namespace] = vim.api.nvim_buf_get_extmarks(bufnr, namespace, 0, -1, { details = true }) ``` **With v0.13.x** It was consistent: ```lua diagnostic_cache_extmarks[bufnr][namespace] = vim.api.nvim_buf_get_extmarks( bufnr, namespace, 0, -1, {...

**With v0.15.x**: ```lua local msg = string.format("method %s is not supported by any of the servers registered for the current buffer", method) ``` ```lua local msg = string.format("...method %s is...

Is there a reason for not creating these symlinks in `$TMPDIR`? 🤔

You need to give me some codes to repro it.

What's the output of `:Copilot version`?

I've pulled this in https://github.com/MunifTanjim/rust-tools.nvim/tree/patched

Is that token for bitbucket or token for atlassian? Can you make api call without this library with that token?

> I don't know if @MunifTanjim is comfortable maintaining it or we want to create/transfer it to an org, but that's the other option. Hopefully the ping was justified. I...

Do not follow the tips in this comment. It was experimental and might be removed later. Until Neovim supports lua callback for statusline clicks, if you have `nui.nvim` installed already,...

Ah, global and module functions are of course supported (as soon as Famiu landed that click support). 😂 What I shared is just a convenient wrapper around that feature that...