Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Asynchronous Clojure Interactive Development

NotificationsYou must be signed in to change notification settings

clojure-vim/acid.nvim

Repository files navigation

acid.nvim

Asynchronous Clojure Interactive Development

What is it for?

Acid.nvim is a plugin for clojure development on neovim.

Installing

First, install the python dependencies:

pip3 install --user pynvim

Then, add and install acid:

Plug'clojure-vim/acid.nvim', {'do':':UpdateRemotePlugins' }

Most of acid functionality is available through the lua interface.As lua doesn't provide the required asynchronous capabilities for handlingnREPL connectivity, a python layer exists to provide them.

Nonetheless, one should never require to interact with python directly.

Version 2.x

The new version 2.x uses a both lua (to implement high-level features, such ascode navigation, evaluating the current form or requiring the current buffer)and python (for the low-level features, such as fs navigation, sending messagesto the nrepl and dealing with concurrency/async).

If you are looking for the 1.x version, you can find it onthis branch. It won't be further updated, but you can still use if if you need something that this version is missing.

Differences from 1.x

Aside from the python/lua difference, there's also a bunch of minordifferences:

  • The new version doesn't try to deal with user prompt (other thanAcidInsertEval).
  • The new version provides most functions as an API so new clients/extendedfeatures can be built on top of acid.
  • Newer neovim features were incorporated on the new version (such asvirtualtext and floating windows).
  • Acid now supports boot and tools.deps.
  • Acid can now spawn it's own nREPL client through tools.deps.
  • Acid can now take a[ip, port] tuple to connect to.

Documentation

Most of the lua code is documentedhere.Vim documents are updated on a best effort basis.

Key features

Eval with virtualtext support

asciicast

About

Asynchronous Clojure Interactive Development

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp