clojure-vim/jazz.nvim

github github
utility
stars 37
issues 4
subscribers 6
forks 1
CREATED

2019-03-21

UPDATED

5 years ago


Jazz.nvim

Acid + Impromptu = Jazz

This is an extension of acid that uses impromptu to create prompts (menus, filter) and leverage the potential of acid through interactive features!

Installing


"Dependencies
Plug 'clojure-vim/acid.nvim' "Remember to :UpdateRemotePlugins
Plug 'Vigemus/impromptu.nvim'

"🎵 Jazz
Plug 'clojure-vim/jazz.nvim'

Features

JazzNrepl or <C-j>n: Creates a menu to select the nrepl connection.

asciicast

JazzFindUsages or <C-j>u: Lists all the usages of the symbol under the cursor.

asciicast

JazzNavigateSymbols or <C-j>s: Lists all symbols in the project and moves to the selected symbol's definition.

asciicast

Extending

There are infinite possibilities. Please open an issue or a pull request if you have any extension idea.