reimu123

Results 8 comments of reimu123

> Update the [semi-automatic script](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde), get the code through [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) > > 更新了[半自动脚本](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde),通过[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)获取code > > https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde 请问手机端能拿到吗 pc 的试了拿到code后就过不去了 开了全局

Yes, it's just that there's more transparency, there's no other difference

> supporting this format would be awesome. > > It's an Android color format. also used in some projects I use like [sketchybar](https://github.com/FelixKratz/SketchyBar). here's a [color picker](https://felixkratz.github.io/SketchyBar/config/tricks#color-picker) for it as...

> > but nvim-colorizor it seems that the format 0xrrggbb is not supported > > True, but this plugin does support it. I think the issue is with the format...

same problem Have you solved it yet or find alternative solutions

> I wrote some code to achieve the jump to the parent function start/end > > It currently works for lua, js, and ts: > > You should able to...

> > It's a reasonable idea, and I've tried to achieve it multiple times since I installed this plugin. > > you can add: > > goto_next_start = { >...

> Just to be clear, the `["[m"] = "@function.outer",` doesn't go to the parent function, but tho ANY start of a function, it can be a sibling or either be...