Enrico Giorio

Results 5 comments of Enrico Giorio

@surma are you embedding the wasm code in javascript? If so, I found a straightforward solution to this: ``` const imports = { wasi_snapshot_preview1: { proc_exit: function(rval) { return 0;...

Whoever is still stumbling in this issue, you should check [here](https://github.com/preservim/nerdtree/pull/1322/files) (as mentioned previously by @softwaregravy). Just go to wherever the nerdtree code is (something like `plugged/nerdtree/lib/nerdtree/`) and reproduce the...

Hi, did you solve this at all? I am struggling to setup python LSP as well, there seems to be no instructions on how to configure it

@zArubaru I have pyright set up and working, I even used git_ancestor so that it picks ups the correct project root dir. When I run `:LspInfo`, everything is working correctly....

Same here, doesn't seem to work with neither `delete_selected_or_at_cursor` nor with just `delete_selected`