Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vim-denops/deno-denops
🐜 Deno module for denops.vim
https://github.com/vim-denops/deno-denops
deno neovim vim vim-denops
Last synced: 3 months ago
JSON representation
🐜 Deno module for denops.vim
- Host: GitHub
- URL: https://github.com/vim-denops/deno-denops
- Owner: vim-denops
- License: mit
- Archived: true
- Created: 2021-02-09T01:40:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T12:15:03.000Z (about 1 year ago)
- Last Synced: 2024-10-18T07:43:12.297Z (3 months ago)
- Topics: deno, neovim, vim, vim-denops
- Language: TypeScript
- Homepage: https://deno.land/x/denops
- Size: 55.7 KB
- Stars: 15
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# denops
> [!IMPORTANT]
>
> **This module has been deprecated since v0.12.** Although it carries the
> v6.0.0 tag for historical reasons, it is recommended to use [denops_core]
> instead.
>
> Please note that if you are a plugin developer using [denops.vim], you should
> consider using [denops_std] instead.[![test](https://github.com/vim-denops/deno-denops/workflows/test/badge.svg)](https://github.com/vim-denops/deno-denops/actions?query=workflow%3Atest)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/denops/mod.ts)
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x/denops-lightgrey.svg?logo=deno)](https://deno.land/x/denops)This is a core module of [denops.vim] which is an ecosystem of Vim/Neovim to
write plugins in [Deno].Note that most of users should use [denops_std] module instead to write plugins
of [denops.vim]. This module is designed as a core layer of [denops_std] so
using this module directly from plugins is strongly dis-recommended.[deno]: https://deno.land/
[denops.vim]: https://github.com/vim-denops/denops.vim
[denops_core]: https://deno.land/x/denops_core
[denops_std]: https://deno.land/x/denops_std