linrongbin16

Results 86 comments of linrongbin16

hi @schra , my fork https://github.com/linrongbin16/gitlinker.nvim can support your use case. update: add in https://github.com/linrongbin16/gitlinker.nvim/pull/94.

hi @MunifTanjim , Seems ruifm doesn't maintain this repo any longer. This feature is been implemented in my fork: https://github.com/linrongbin16/gitlinker.nvim.

> Hey @linrongbin16 , I looked into your fork a few days ago. But couldn't figure out how to provide a function to dynamically set `remote`. Type below command: *...

hi @sekerez, let's continue this at: https://github.com/linrongbin16/gitlinker.nvim/issues/206

Hi @Sayrus , Seems ruifm doesn't maintain this plugin any longer, please use my fork: https://github.com/linrongbin16/gitlinker.nvim. It already support a lua-pattern (regex) based matching policy, I call it `router`.

hi @gbroques, also please pay attention that default 'lsp-progress' will handle the escaping of '%' char, e.g. double the '%'. see: https://github.com/linrongbin16/lsp-progress.nvim/blob/cabf7fde50cc0dad367a03a1542d9670d1118bd0/lua/lsp-progress/defaults.lua#L83 and: https://github.com/linrongbin16/lsp-progress.nvim/blob/cabf7fde50cc0dad367a03a1542d9670d1118bd0/lua/lsp-progress/defaults.lua#L88 these two lines will transfer '%'...

You should customize `find_command` in find_files, and exclude files and dirs there.

Is `redrawstatus` a blocking/sync IO operation on editor's statusline? No matter it's yes or no, I don't think sending `LspProgress` should always force the editor to redraw statusline. The real...

+1, same issue `PluginError: Error with plugin "autocover": Cannot find module '../build/Release/canvas'`

hi @thomasrockhu-codecov , First I'm sorry for my previously unprofessional behavior when reporting this issue. I understand if I don't provide any details, you cannot do anything. Now, here's a...