Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liquidz/dps-parinfer

WIP
https://github.com/liquidz/dps-parinfer

lisp neovim parinfer vim vim-denops

Last synced: about 1 month ago
JSON representation

WIP

Awesome Lists containing this project

README

        

= dps-parinfer

image:https://github.com/liquidz/dps-parinfer/actions/workflows/test.yml/badge.svg["GitHub Actions for test workflow", link="https://github.com/liquidz/dps-parinfer/actions/workflows/test.yml"]

Vim/Neovim plugin to support writing Lisp codes with https://shaunlebron.github.io/parinfer/[Parinfer] and https://github.com/vim-denops/denops.vim[Denops].

== Requirement

* Vim 8.1.2424 or later, Neovim 0.4.4 or later
* https://deno.land[Deno] 1.28 or later
** npm support is required

== Install

vim-plug example:

[source,vim]
----
Plug 'vim-denops/denops.vim'
Plug 'liquidz/dps-parinfer'
----

== License

Copyright (c) 2022 http://twitter.com/uochan[Masashi Iizuka]

Distributed under the MIT License.