Giter Site home page Giter Site logo

matsui54 / denops.vim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vim-denops/denops.vim

0.0 0.0 0.0 572 KB

๐Ÿœ An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno

Home Page: https://vim-denops.github.io/denops-documentation/

License: MIT License

TypeScript 58.22% Makefile 1.33% Vim Script 40.45%

denops.vim's Introduction


Denops
An ecosystem of Vim/Neovim which allows developers to write plugins in Deno.

Deno 1.17.1 or above Vim 8.2.3452 or above Neovim 0.6.0 or above

MIT License deno land test reviewdog

vim help deno doc Documentation

Quick start

First of all, install the latest Deno. See Deno's official manual for details.

Note that deno command need to be executable from Vim/Neovim. You can confirm it by exepath() function in Vim/Neovim like below:

:echo exepath('deno')
/usr/local/bin/deno

Or specify an absolute path to g:denops#deno variable (See :help g:denops#deno.)

Once you got deno to work, install vim-denops/denops.vim as a general Vim plugin. For example, the following uses vim-plug:

Plug 'vim-denops/denops.vim'
Plug 'vim-denops/denops-helloworld.vim'

Then you can confirm if denops is working properly by executing DenopsHello command like:

:DenopsHello
Hello

Once you've confirmed that denops is working, you can remove vim-denops/denops-helloworld.vim.

Documentations

To learn how to write Vim/Neovim plugins by denops, see Denops Documentation or denops.vim Wiki.

Versioning

Before v1.10.0, we defined that the version of denops.vim indicates that code versions of the entire repository. However, we changed this assumption from version v1.10.0. Now we defined the version of denops.vim indicates the version of the code in the denops/@denops directory that is published to deno.land as denops_core. That's why we won't bump versions when there are no changes on code in that directory.

Developpers

Denops is mainly developped by members of vim-jp.

Inspired by

This ecosystem is strongly inspired by coc.nvim which allows developers to write Vim/Neovim plugin in Node.js.

License

The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.

denops.vim's People

Contributors

lambdalisue avatar kkiyama117 avatar kuuote avatar web-flow avatar shougo avatar tennashi avatar gamoutatsumi avatar aminroosta avatar hrsh7th avatar rbtnn avatar yuki-yano avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.