kohnish
kohnish
try: ``` 'typescript': { 'command': 'deno lsp', 'message_hooks': { 'initialize': { 'initializationOptions': { 'enable': true } } } }, ```
It looks similar to this. https://github.com/fwcd/kotlin-language-server/issues/301. But the CPU isn't used at all and it seems to be happening sequentially. ``` :message "async0 Resolving dependencies for ```
Thanks for the reply @themkat . I'll give it a go and leave some remarks there. @daplf mentions there should be more robust mechanism to update dependencies. Can we start...
Nice! Maybe it's an idea to first compare the dependency resolution speed with the bare gradle command and the language server, assuming gradle is the main thing responsible for dependency...
gradle app:dependencies finishes within a minute with a project that takes more than 10 minutes for the initial dependency fetching with little cpu usage. The actual compilation of the project...
This patch works well on a small android project with a single additional file. A few minutes startup time gets reduced to instant. I'll try on a bigger project later....
@brammool Is this something this project can accept or doable? 1. Initialise the unix domain socket on start with vim --socket-name=vim_server_1 (or full path) 2. vim --socket-name=vim_server_1 --remote-tab foo I...
Thanks for the reply. I'll look into it. For now I made a hacky plugin that utilizes channels for my own use, but it's probably nicer to have properly in...
If dbus or x11 was on every system I use, I'd been ok, but most setups have neither in my case. But I do understand the hesitance over vim becoming...
It seems it's still the case with latest master of emacs(tramp) and magit. But even without magit, it's tedious to do this over ssh. It seems `GPG_TTY=$(tty)` is needed in...