高浩亮
高浩亮
### Describe the bug Hi, I had asked this in the matrix room once, but it did not get answered; recently I saw someone asked it again in there, so...
### Problem My usecase is that: I have an asyncrun like plugin that executes the content of a buffer meanwhile shows the result in a split window, so ideally I...
Hi, currently emmylua-nvim keeps syncing with nvim master, but some people may not be chasing the master, and the apis are incompatible between version/releases. I think it would be better...
Hi, this issue follows [the previous discuss](https://github.com/vifm/vifm/issues/872#issuecomment-1424201186). Why need such Lua APIs for plugins: * trigger proper events * cross-platform * able to undo operations Which API are needed (from...
### Problem nvim_buf_set_mark has no effect under this situation ### Steps to reproduce * `$ echo abcdefghijk | nvim --clean -` * `:so test.lua` * `V` * `:so test.lua` test.lua...
### Problem the extmark remains `.invalid=true` and no highlighting, after undo. ### Steps to reproduce * test.lua ``` local api = vim.api local ns = api.nvim_create_namespace("xxx") local bufnr = api.nvim_get_current_buf()...