You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a memory leak in the denops server
This is all that init.vim does
let g:denops_server_addr = '127.0.0.1:32123'
set runtimepath+=~/.cache/nvim/dein/repos/github.com/vim-denops/denops.vim
The shared server startup command is this
❯ pwd
/home/ubuntu/.cache/nvim/dein/repos/github.com/vim-denops/denops.vim
❯ deno run -A --no-lock . /denops/@denops-private/cli.ts
Listen denops clients on 127.0.0.1:32123
I'm not entirely certain, but it appears that this could be an issue with Deno itself. I'd like to express my gratitude to @Warashi for conducting a thorough investigation. It's possible that the following issues are related.
There seems to be a memory leak in the denops server
This is all that init.vim does
The shared server startup command is this
This is the version of deno
The result of
:checkhealth denops
The result of
:version
How to check reproduction
The text was updated successfully, but these errors were encountered: