denops.vim icon indicating copy to clipboard operation
denops.vim copied to clipboard

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno

Results 18 denops.vim issues
Sort by recently updated
recently updated
newest added

The output of `make update` is ``` /home/runner/work/denops.vim/denops.vim/denops/@denops-private/tracer.ts /home/runner/work/denops.vim/denops.vim/denops/@denops-private/tee_test.ts [1/3] Looking for releases: https://deno.land/[email protected]/testing/asserts.ts [1/3] Attempting update: https://deno.land/[email protected]/testing/asserts.ts -> 0.157.0 [1/3] Update successful: https://deno.land/[email protected]/testing/asserts.ts -> 0.157.0 [2/3] Looking for releases:...

automation

The message say `Ctrl-C` to cancel but nothing happens on Vim on Windows. ![CleanShot 2022-03-13 at 15 11 10](https://user-images.githubusercontent.com/546312/158047471-b981e89a-53ef-4d77-b82a-fda55d319c69.png)

bug
help wanted

1. Can we use `sessionStorage` as a global store among worker threads? -> NO 2. If not, shall we add a builtin plugin as a global store?

enhancement

Like vim-themis https://github.com/thinca/vim-themis/tree/master/.github

documentation
good first issue
help wanted

We have tests for TypeScript but Vim script. We'd like to add tests for Vim script via [themis](https://github.com/thinca/vim-themis) or whatever to avoid regression like #311

enhancement
help wanted

Cancellation can be challenging to implement, so we aim to provide a method for denops plugins to handle interruptions. The proposed API could be: ### `Promise` version ```ts import type...

enhancement

Developers can create an integration plugin that directly handles the raw channel of Denops to eliminate the need for structural conversion between Vim and Lua (e.g., #308). The API might...

enhancement

I'm using Neovim on a mix of distros and versions so I would like to use a uniform way of installing it in my home dir, such as provided by...

question

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...

help wanted

We would like to ensure that at least plugins with the latest two major versions of denops_std work even when co-located.

enhancement
help wanted