Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/liquidz/dps-parinfer
- Owner: liquidz
- License: mit
- Created: 2022-11-22T23:58:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T09:13:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T23:27:07.888Z (7 months ago)
- Topics: lisp, neovim, parinfer, vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.