tmpod

Results 112 comments of tmpod

> You can always donate using paypal/bitcoin and drop me an email. I can send unlocker apk without any google dependency ( ie. unlocker apk is closed source ) >...

Yeah this issue should have been opener over on the plugins repo. Anyways, thanks for the contribution, and happy new year!

He didn't forget it, he's just busy with other stuff. Either way, I highly doubt rxi would want to add autocompletion to lite, as it is far from a trivial...

I meant language-specific autocompletions, but yeah, plugins is the way to go here.

By the way, are you going to release that ctags plugin? I'd be really interested in using it and potentially contribute to it too.

Yeah that's the LSP (Language Server Protocol), something VSCode popularized. I believe there's a plugin somewhere that was implementing an LSP client for lite, but I don't seem to have...

Just wanted to add a little something I found out with the help of rxi. He provided me with a little memory usage script which I used to test some...

> 1.08 changes the behaviour to avoid cases where one's home directory is set as the current project unintentionally. Will update then > If your project directory has millions of...

You should be using the [methods](https://github.com/rxi/lite/blob/master/src/api/renderer.c#L93-L94) on the "C-injected" `renderer` table. If you want an example, you can look at my [`memusage` plugin](https://sr.ht/~tmpod/lite-plugins/) which uses the `draw_text` function to display...

This would be an easy change, but I don't know if rxi would like that idea. In the meanwhile, you can patch it yourself :) [This block](https://github.com/rxi/lite/blob/master/data/core/rootview.lua#L339-L347) is where a...