linrongbin16

Results 19 comments of linrongbin16

我最近的精力已经没有再继续维护了,等我有时间会再看下这个问题。如果您有兴趣也可以提交PR给我!

这个地方确实写错了,感谢指出,我会尽快修复。 感谢关注,如果喜欢的话请帮我多宣传宣传哈!您的关注是我工作的动力。

已修复:https://linrongbin16.github.io/Way-to-Algorithm/DynamicProgramming/LinearDP/MaxContinuousSubsequenceSum/

现在细看一下,这个算法写的好像确实有点迷,公式好像也是错的。 我回家再仔细看看,先留着问题。

@crazyseabiscuit please also try f11 or f12. I have changed hot keys these days (forgot to update readme).

Please try re-install lin.vim again by: ``` $ cd ~/.vim $ git pull origin master $ ./install.sh ``` Maybe some commits have bugs, and it should be fixed later. Please...

hi @stevanmilic, let's track this feature here: https://github.com/linrongbin16/gitlinker.nvim

Submit #77, use "" (empty string) to disable default mappings.

Hi @meijieru , @ajitid , I have fixed this issue in my fork with PR: https://github.com/linrongbin16/gitlinker.nvim/pull/1 Feel free to use it.

Cool, I have also fixed another issue #75 (open browser in windows). I use `cmd /C start {url}`. this method is copied from: https://github.com/axieax/urlview.nvim/blob/main/lua/urlview/actions.lua#L38.